Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

### Updated
- Bumped the Databricks SDK for Java dependency from `0.106.0` to `0.118.0`.

### Fixed
- Fixed `setCatalog()` and `setSchema()` producing invalid SQL (e.g. `SET CATALOG ``name``) when the catalog or schema name was passed already wrapped in backticks. Backticks are now stripped before wrapping, and `getCatalog()`/`getSchema()` return the bare identifier name.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<commons-lang3.version>3.18.0</commons-lang3.version>
<commons-configuration.version>2.15.0</commons-configuration.version>
<commons-io.version>2.14.0</commons-io.version>
<databricks-sdk.version>0.106.0</databricks-sdk.version>
<databricks-sdk.version>0.118.0</databricks-sdk.version>
<httpclient.version>4.5.14</httpclient.version>
<async-httpclient.version>5.5.2</async-httpclient.version>
<httpcore5.version>5.3.6</httpcore5.version>
Expand Down
Loading