We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70e5a5 commit 0ddea37Copy full SHA for 0ddea37
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release History
2
3
+## v1.6.1 (2024-08-27)
4
+
5
+- Fix CloudFetch "row number N is not contained in any arrow batch" error (databricks/databricks-sql-go#234)
6
7
## v1.6.0 (2024-07-31)
8
9
- Security: Resolve HIGH vulnerability in x/net (CVE-2023-39325) (databricks/databricks-sql-go#233 by @anthonycrobinson)
driver.go
@@ -13,7 +13,7 @@ func init() {
13
sql.Register("databricks", &databricksDriver{})
14
}
15
16
-var DriverVersion = "1.6.0" // update version before each release
+var DriverVersion = "1.6.1" // update version before each release
17
18
type databricksDriver struct{}
19
0 commit comments