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

[CALCITE-6833] JDBC adapter generates invalid table alias for semi-jo… #4200

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

suibianwanwank
Copy link
Contributor

…in in UNION

+ "FROM (SELECT *\n"
+ "FROM \"scott\".\"EMP\"\n"
+ "UNION ALL\n"
+ "SELECT *\n"
+ "FROM \"scott\".\"EMP\")\n"
+ "FROM \"scott\".\"EMP\") AS \"t\"\n"
Copy link
Contributor

Choose a reason for hiding this comment

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

do you want to modify the JavaDoc to add the new JIRA issue as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@mihaibudiu mihaibudiu added the LGTM-will-merge-soon Overall PR looks OK. Only minor things left. label Feb 20, 2025
@mihaibudiu mihaibudiu merged commit 91ec8d0 into apache:main Feb 20, 2025
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LGTM-will-merge-soon Overall PR looks OK. Only minor things left.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants