databricks / databricks-sql-go

Golang database/sql driver for Databricks SQL.
Apache License 2.0
34 stars 37 forks source link

bug: unimplemented on file put #211

Closed candiduslynx closed 2 months ago

candiduslynx commented 2 months ago

@kravets-levko @yunbodeng-db @mdibaiee I get 501 unimplemented response with https://github.com/databricks/databricks-sql-go/pull/197, I really think this should be reverted & properly tested with the backend.

My assumption is that the file streaming is alright, but the backend doesn't actually allow data with unknown length, hence, this fails.

Originally posted by @candiduslynx in https://github.com/databricks/databricks-sql-go/issues/197#issuecomment-2049399933