Optimize Oracle support subquery with alias.#35239
Merged
strongduanmu merged 4 commits intoapache:masterfrom Aug 13, 2025
Merged
Optimize Oracle support subquery with alias.#35239strongduanmu merged 4 commits intoapache:masterfrom
strongduanmu merged 4 commits intoapache:masterfrom
Conversation
Contributor
Author
|
some one can review this pr? |
strongduanmu
requested changes
Aug 5, 2025
Member
strongduanmu
left a comment
There was a problem hiding this comment.
Hi @gufengwyx8 can you update release note?
Contributor
Author
Sure, I just update RELEASE-NOTES.md. |
strongduanmu
requested changes
Aug 13, 2025
parser/sql/dialect/oracle/src/main/antlr4/imports/oracle/DMLStatement.g4
Show resolved
Hide resolved
# Conflicts: # RELEASE-NOTES.md
strongduanmu
approved these changes
Aug 13, 2025
Member
strongduanmu
left a comment
There was a problem hiding this comment.
@gufengwyx8 Thank you for your contribution, and welcome to participate more in the community
Member
|
Hi @gufengwyx8, can you comment on the original issue? I will assign it to you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #34667.
Changes proposed in this pull request:
Before committing this PR, I'm sure that I have checked the following options:
./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e.