-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delta 0.8.0 under Spark 3.1.1 throws NoSuchMethodError when invoking updateExpr method on deltaTable #630
Comments
delta 0.8.0 is not compatible with spark 3.1 yet. we are in the process of migrating our master branch to be 3.1 compatible. next release will be compatible with 3.1. |
Even 0.7.0 version of delta is not ! what's compatible with Spark 3.1 ? i want to use the following method under Spark 3.1.1 how to do ? :
|
At the time of 0.7.0 Spark 3.1.1 was not even available so I consider it expected 😏 |
Duplicate of #594 |
I am using insert sql to insert into a delta table, the statement is like "insert into delta_test_table1 values (current_date(),'eventid1','eventtype1','data1');", So i guess, yes, delta 0.8.0 is not compatible with spark-3.1.1. |
Also faced this problem using spark 3.1.1 and delta 0.8.0. |
Closing this. Please check #594 for the latest status. |
Hello,
The error is the following :
Exception in thread "main" java.lang.NoSuchMethodError: org.apache.spark.sql.catalyst.expressions.Alias.<init>(Lorg/apache/spark/sql/catalyst/expressions/Expression;Ljava/lang/String;Lorg/apache/spark/sql/catalyst/expressions/ExprId;Lscala/collection/Seq;Lscala/Option;)V
Spark version :
Delta Version :
The text was updated successfully, but these errors were encountered: