Hello, I am new to delta lake.
I created a delta table using Databricks with an older DBR runtime which has delta lake 0.5.0
Trying to upgrade to a newer DBR runtime with delta lake 0.7.0
Is there any specific process to upgrade delta lake ? I am currently getting an error trying to read an older delta version. Didn't have that problem before. Any insight is appreciated
-------------------------
df = spark.read.format("delta").load(dest_file_location)
AnalysisException: Multiple sources found for parquet (org.apache.spark.sql.execution.datasources.v2.parquet.ParquetDataSourceV2, org.apache.spark.sql.execution.datasources.parquet.ParquetFileFormat), please specify the fully qualified class name.;