Hi all,Using databricks-connect 11.3.19, I get an "java.lang.ClassCastException" when attempting to timetravel. The exact same statement works fine when executed in the databricks GUI directly. Any ideas on what's going on? Is this a known limitation...
Last week, around the 21st of march, we started having issues with databricks-connect (DBR 9.1 LTS). "databricks-connect test" works, but the following code snippet:from pyspark.sql import SparkSession
spark = SparkSession.builder.getOrCreate()
s...
# failing code:
spark.sql(f"RESTORE TABLE {table} TO VERSION AS OF 0")
# stack trace:
"""
Exception has occurred: Py4JJavaError (note: full exception trace is shown but execution is paused at: test_rollback_on_exception)
An error occurred wh...
Update: the snippet runs fine on an 11.3LTS cluster (and dbc 11.3.* of course). Is this a regression in 9.1? Could it have something to do with the log4j -> reload4j replacement in DBR <= 10.4?