Skip to content

SupportSELECT AS VALUE and SELECT AS STRUCT for BigQuery#1135

Merged
alamb merged 1 commit intoapache:mainfrom
getsynq:select-as-bq
Feb 29, 2024
Merged

SupportSELECT AS VALUE and SELECT AS STRUCT for BigQuery#1135
alamb merged 1 commit intoapache:mainfrom
getsynq:select-as-bq

Conversation

@lustefaniak
Copy link
Copy Markdown
Contributor

@lustefaniak lustefaniak commented Feb 14, 2024

Closes #1126

@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 7902491902

Details

  • -3 of 53 (94.34%) changed or added relevant lines in 9 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 87.697%

Changes Missing Coverage Covered Lines Changed/Added Lines %
tests/sqlparser_bigquery.rs 10 11 90.91%
src/parser/mod.rs 7 9 77.78%
Totals Coverage Status
Change from base Build 7878309063: 0.01%
Covered Lines: 19688
Relevant Lines: 22450

💛 - Coveralls

@alamb alamb changed the title bigquery: Add support for parsing SELECT AS VALUE and SELECT AS STRUCT SupportSELECT AS VALUE and SELECT AS STRUCT for BigQuery Feb 29, 2024
Copy link
Copy Markdown
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you @lustefaniak -- looks good to me

@alamb alamb merged commit 1cf6585 into apache:main Feb 29, 2024
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

Successfully merging this pull request may close these issues.

BigQuery's dialect SELECT AS STRUCT and SELECT AS VALUE ends up with Parse Error

3 participants