Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2025 09:52 AM
I've implemented a fix for this in the Databricks JDBC OSS driver and am looking to get it merged: https://github.com/databricks/databricks-jdbc/pull/943
Add INSERT statement detection with new INSERT_PATTERN regex Create InsertStatementParser utility for parsing INSERT statements Enhance DatabricksPreparedStatement.executeLargeBatch() to: Detect c...