You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/appstore/use-content/platform-supported-content/modules/database-connector-mx10.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,7 @@ By default, autocommit is set to false for design time queries.
285
285
286
286
When using JDK versions 17 or 21 (or any version above 16), you may encounter compatibility issues if database you are connecting to has a dependency on Apache Arrow.
287
287
288
-
#### To resolve Apache Arrow dependency issue in Snowflake:
288
+
#### Resolving Apache Arrow Dependency Issues in Snowflake
289
289
290
290
The Snowflake JDBC Driver uses Arrow as the default result format for query execution to improve performance. However, you can override this default setting by switching the result format to JSON.
291
291
@@ -296,9 +296,9 @@ To set the result format at the Snowflake session or user level, use the followi
296
296
```
297
297
298
298
This approach ensures compatibility with JDK 16+.
299
-
[For more details](https://community.snowflake.com/s/article/Getting-java-lang-NoClassDefFoundError-for-class-RootAllocator).
299
+
For more information, see [Getting Java Lang NoClassDefFoundError](https://community.snowflake.com/s/article/Getting-java-lang-NoClassDefFoundError-for-class-RootAllocator) in Snowflake documentation.
300
300
301
-
#### To resolve Apache Arrow dependency issue in Databricks:
301
+
#### Resolve Apache Arrow Dependency Issues in Databricks {#apache-arrow-databricks}
302
302
303
303
The Databricks JDBC Driver uses Arrow for serialization as it improves performance.
304
304
@@ -307,4 +307,7 @@ To override this setting add below parameter to JDBC URL
307
307
```sql
308
308
EnableArrow=0
309
309
```
310
-
[For more details](https://community.databricks.com/t5/data-engineering/java-21-support-with-databricks-jdbc-driver/td-p/49297)
310
+
For more information, see:
311
+
312
+
*[Java 21 Support with Databricks](https://community.databricks.com/t5/data-engineering/java-21-support-with-databricks-jdbc-driver/td-p/49297) in Databricks documentation
313
+
*[Configure the External Database Connector for Databricks](/appstore/modules/databricks/external-database-connector/)
0 commit comments