by
abaet
• New Contributor
- 845 Views
- 0 replies
- 0 kudos
We are running a job on a cluster with DBR 10.4 LTS Spark 3.2.1 and scala 2.12. Cluster is using 4 workers (spot instances) .The driver is not a spot instanceRandomly ( only on one environment and not all executions), we are getting the following err...
- 845 Views
- 0 replies
- 0 kudos
- 1925 Views
- 1 replies
- 0 kudos
I using Notebooks to do some transformations I install a new whl: %pip install --force-reinstall /Workspace/<my_lib>.whl
%restart_python Then I successfully import the installed lib from my_lib.core import test However when I run my code with fo...
- 1925 Views
- 1 replies
- 0 kudos
by
wilco
• New Contributor II
- 3656 Views
- 2 replies
- 0 kudos
Hi all,we are currently running into the following issuewe are using serverless SQL warehousein a JAVA application we are using the latest Databricks JDBC driver (v2.6.36)we are querying the warehouse with a collect_list function, which should return...
- 3656 Views
- 2 replies
- 0 kudos
Latest Reply
Hey Wilco,
The answer is no, ODBC/JDBC don't support complex types so these need to be compressed into strings over the wire (usually in JSON representation) and rehydrated on the client side into a complex object.
1 More Replies