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

fix(sqlparser): fix sqlparser breaking due to # sign #4662

Merged
merged 3 commits into from
Apr 14, 2022

Conversation

anshbansal
Copy link
Collaborator

Checklist

@github-actions
Copy link

github-actions bot commented Apr 13, 2022

Unit Test Results (build & test)

  96 files  ±0    96 suites  ±0   14m 8s ⏱️ - 7m 21s
689 tests ±0  630 ✔️ ±0  59 💤 ±0  0 ±0 

Results for commit c3e0292. ± Comparison against base commit 53d357b.

♻️ This comment has been updated with latest results.

@anshbansal anshbansal closed this Apr 13, 2022
@anshbansal anshbansal reopened this Apr 13, 2022
@github-actions
Copy link

github-actions bot commented Apr 13, 2022

Unit Test Results (metadata ingestion)

       5 files  ±0         5 suites  ±0   1h 3m 23s ⏱️ - 3m 8s
   430 tests +1     430 ✔️ +  1    0 💤 ±  0  0 ±0 
2 075 runs  +5  2 029 ✔️ +25  46 💤  - 20  0 ±0 

Results for commit c3e0292. ± Comparison against base commit 53d357b.

♻️ This comment has been updated with latest results.

@anshbansal anshbansal closed this Apr 13, 2022
@anshbansal anshbansal reopened this Apr 13, 2022
THIS WILL NOT BREAK sqllineage
*/
CREATE OR REPLACE TABLE `foo.bar.trg_tbl`AS
#This, comment will break sqllineage
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm assuming that this was the earlier behavior. Even this comment would not break it now, is that right?

@rslanka rslanka self-assigned this Apr 13, 2022
Copy link
Contributor

@rslanka rslanka left a comment

Choose a reason for hiding this comment

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

LGTM!

@rslanka rslanka merged commit 73d6951 into datahub-project:master Apr 14, 2022
@anshbansal anshbansal deleted the fix-sql-parsing-issue branch April 15, 2022 05:09
maggiehays pushed a commit to maggiehays/datahub that referenced this pull request Aug 1, 2022
…#4662)

* fix(sqlparser): fix sqlparser breaking due to # sign

Co-authored-by: Ravindra Lanka <[email protected]>
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 Lineage - sqllineage can't handle some #-comments with commas inside SQL DDL statements
2 participants