databricks / databricks-sql-go

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

[PECO-1179] Added handling for staging remove #174

Closed nithinkdb closed 8 months ago

nithinkdb commented 8 months ago

Earlier when I had coded this, I accidentally introduced a bug where the user facing API was delete instead of remove. This was because under the hood we are doing a delete operation. This should fix the bug, we should definitely hotfix our release. I've tested it locally for each operation this time.