Skip to content

Parse merge source as table factor #483

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

Merged
merged 3 commits into from
May 10, 2022

Conversation

mskrzypkows
Copy link
Contributor

@mskrzypkows mskrzypkows commented May 4, 2022

Maciej Skrzypkowski added 2 commits May 4, 2022 15:22
Some MERGE queries need a table as a soruce,
added proper test showing it
source: Box<SetExpr>,
// Specifies alias to the table that is joined with target table
alias: Option<TableAlias>,
source: TableFactor,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@mobuchowski What do you think about this change?

Copy link
Contributor

Choose a reason for hiding this comment

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

Looks good to me 👍

Copy link
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.

Looks good to me -- thank you @mskrzypkows

This PR looks like it has a merge conflict now

@alamb
Copy link
Contributor

alamb commented May 9, 2022

FYI I plan to release 0.17.0 tomorrow in case you want to work on this PR before then: #488

@coveralls
Copy link

coveralls commented May 9, 2022

Pull Request Test Coverage Report for Build 2299529147

  • 39 of 39 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.003%) to 90.417%

Totals Coverage Status
Change from base Build 2296274900: -0.003%
Covered Lines: 8246
Relevant Lines: 9120

💛 - Coveralls

@mskrzypkows
Copy link
Contributor Author

mskrzypkows commented May 10, 2022

FYI I plan to release 0.17.0 tomorrow in case you want to work on this PR before then: #488

OK, conflicts are resolved

@alamb
Copy link
Contributor

alamb commented May 10, 2022

Thanks @mskrzypkows

@alamb alamb merged commit 9750841 into apache:main May 10, 2022
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.

4 participants