csimplestring / delta-go

Native Delta Lake Implementation in Go
38 stars 8 forks source link

change OperationParameters to map[string]any #51

Closed maxrem closed 5 months ago

maxrem commented 5 months ago

See #50

csimplestring commented 5 months ago

Hi @maxrem thanks for your pr here. I found there is an issue with the gcs integration test so it might take me a while to fix.

Can I know your usage of this library? For reading or writing?

To be honest, I plan to archive this repo soon because the delta lake protocol evolves fast and this repo somehow is out of date.

In my next repo, I plan to make something dedicated to reading delta table.

maxrem commented 5 months ago

I was just testing out some stuff so I'm not using this directly now. I'll wait for your next repo then. All good! Thanks