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

feat: update statement column lineage (#487) #524

Merged
merged 8 commits into from
Jan 6, 2024

Conversation

maoxingda
Copy link
Contributor

@maoxingda maoxingda commented Jan 2, 2024

Closes #487

@maoxingda maoxingda force-pushed the feat/update-stmt-col-lineage branch from 235549f to e9f05e5 Compare January 2, 2024 02:44
@maoxingda maoxingda force-pushed the feat/update-stmt-col-lineage branch from e9f05e5 to 2ec1af2 Compare January 2, 2024 02:48
Copy link

codecov bot commented Jan 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4adcc8f) 99.49% compared to head (362106e) 99.49%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #524   +/-   ##
=======================================
  Coverage   99.49%   99.49%           
=======================================
  Files          41       41           
  Lines        2185     2191    +6     
=======================================
+ Hits         2174     2180    +6     
  Misses         11       11           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maoxingda
Copy link
Contributor Author

I would like to ask for advice on how to solve codecov check failed?

Copy link
Owner

@reata reata left a comment

Choose a reason for hiding this comment

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

For update statement, we don't have to duplicate a lot of methods in SelectExtractor, it's more like merge statement. Please refer to MergeExtractor.

@maoxingda maoxingda force-pushed the feat/update-stmt-col-lineage branch from db7911d to aeeda08 Compare January 3, 2024 09:30
@maoxingda maoxingda requested a review from reata January 3, 2024 10:53
Copy link
Owner

@reata reata left a comment

Choose a reason for hiding this comment

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

Made some change to further simplify the logic. Now it's ready to be merged. Thanks for your contribution.

@reata reata merged commit c84110d into reata:master Jan 6, 2024
17 checks passed
@maoxingda maoxingda deleted the feat/update-stmt-col-lineage branch January 6, 2024 09:15
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.

update statement column lineage
2 participants