Hello,
I was wondering if there was any timeline for Java 21 support with the Databricks JDBC driver (current version is 2.34).
One of the required change is to update the dependency to arrow to version 13.0 (current version is 9.0.0).
The current workaround is to disable arrow in the connection string with `EnableArrow=0` but I would like to still be able to use arrow serialization.
Regards