Hi team,
I wanted to use databaseconnector to pull data. Below are two scripts I tried and both generated an error message. But the same script ran well during the past days. Can anyone help me fix it? thanks!
conn ← DatabaseConnector::connect(connectionDetails)
dbGetQuery(conn, “select * FROM xxx LIMIT 4”)
querySql(conn,“select * FROM xxxt LIMIT 4”)
Error in .createErrorReport()
:
! Error executing SQL:
java.sql.SQLException: [Databricks]DatabricksJDBCDriver Error caught in BackgroundFetcher. Foreground thread ID: 1. Background thread ID: 35. Error caught: Could not initialize class com.databricks.client.jdbc42.internal.apache.arrow.memory.util.MemoryUtil.