qianzhen0
Results
3
comments of
qianzhen0
meet the same error in my env using java1.8, both through terminal or intelliJ idea
I solved the issue by running `package` first, then `compile`
in my case, adding `spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions` solve the problem