Skip to content
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

Spark ML vector does not work on Serverless #993

Closed
karthikt16 opened this issue Jun 9, 2023 · 1 comment
Closed

Spark ML vector does not work on Serverless #993

karthikt16 opened this issue Jun 9, 2023 · 1 comment

Comments

@karthikt16
Copy link

Hello,

Running serverless spark batch

"runtime_config":{
"version": "1.1.11",

I got the below error while saving data to bigquery:

serverless log 1

serverless error log

The same code works on dataproc. I was able to store the table.
Connector used: gs://spark-lib/bigquery/spark-bigquery-with-dependencies_2.12-0.24.2.jar

Saved table using 24_2 jar file

I also tested the same code with the most recent connector "gs://spark-lib/bigquery/spark-bigquery-with-dependencies_2.12-0.31.1.jar" and here again it fails.

Could you please check?

Code to replicate the issue
testvector.txt

regards

davidrabinowitz added a commit to davidrabinowitz/spark-bigquery-connector that referenced this issue Jun 30, 2023
@davidrabinowitz
Copy link
Member

Fixed in release 0.32.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants