-
Notifications
You must be signed in to change notification settings - Fork 197
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
java.lang.NoSuchMethodError: 'org.apache.spark.sql.catalyst.encoders.ExpressionEncoder org.apache.spark.sql.catalyst.encoders.RowEncoder.apply(org.apache.spark.sql.types.StructType)' #1209
Comments
Please try the |
I have tried and it gives me the following error:
I am using a standalone Spark Cluster. |
I'm using the same version and I have the same issue |
I worked around it by using
|
it seems to me like you are using Direct writing, we need to do batch streaming |
this still happens in spark 3.5.2 and with the 0.41.0 version of the connector |
Hello,
I am trying to update my application to spark 3.5.1 (Scala version 2.12.18, OpenJDK 64-Bit Server VM, 17.0.10) but the scala 2.12 connector keeps throwing this error.
While trying to stream data I get the following:
DriverStacktrace:
I am using spark 3.5.1 and spark-bigquery-with-dependencies_2.12:0.37.0, everything works fine on spark 3.4.2.
The text was updated successfully, but these errors were encountered: