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

Does not support WITH statement #412

Closed
eddyxu opened this issue Jun 11, 2021 · 0 comments
Closed

Does not support WITH statement #412

eddyxu opened this issue Jun 11, 2021 · 0 comments
Assignees

Comments

@eddyxu
Copy link

eddyxu commented Jun 11, 2021

When we try to execute such query:

    WITH bar AS (SELECT * FROM foo)
    SELECT * FROM bar
Must match '^(((\S+)[:.])?(\w+)\.)?([\S&&[^.:]]+)$$'
  at com.google.cloud.spark.bigquery.v2.SparkBigQueryConnectorModule.provideSparkBigQueryConfig(SparkBigQueryConnectorModule.java:68)
  while locating com.google.cloud.spark.bigquery.SparkBigQueryConfig

Spark bigquery connector version

@davidrabinowitz davidrabinowitz self-assigned this Jun 11, 2021
davidrabinowitz added a commit to davidrabinowitz/spark-bigquery-connector that referenced this issue Jun 11, 2021
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