Skip to content

Fixed parsing OPTIONS(format = 'CSV') when creating external bigquery table - #2268

Merged
iffyio merged 1 commit into
apache:mainfrom
romanoff:fix_create_external_table_for_bigquery
Mar 9, 2026
Merged

Fixed parsing OPTIONS(format = 'CSV') when creating external bigquery table#2268
iffyio merged 1 commit into
apache:mainfrom
romanoff:fix_create_external_table_for_bigquery

Conversation

@romanoff

Copy link
Copy Markdown

Sample query:

CREATE EXTERNAL TABLE `dataset_id.table1` (
`hvr_tx_seq` STRING
) OPTIONS (
format ='CSV'
);

Spec: https://docs.cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#create_external_table_statement

@iffyioiffyio changed the title Fixed parsing OPTIONS(format = 'CSV') when creating external bigquery tableFixed parsing OPTIONS(format = 'CSV') when creating external bigquery tableMar 9, 2026

@iffyioiffyio left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks @romanoff!

@iffyio
iffyio added this pull request to the merge queueMar 9, 2026
Merged via the queue into apache:main with commit 3fa7114Mar 9, 2026
10 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@romanoff@iffyio