Support Oracle Create TABLE sql statement parse#38667
Conversation
|
• Decision
Positive Feedback The PR targets the right Oracle parser area and adds parser IT cases for the nested-table sample and Oracle PIVOT CTAS sample. CI workflows on the latest head are successful. Major Issues
Newly Introduced Issues The grammar now models NESTED TABLE as a special clause between physicalProperties and tableProperties, which diverges from Oracle’s documented column_properties structure and creates an incomplete parser surface for valid Oracle CREATE Next Steps
Evidence
|
|
@ClaireLytt Please modify this pr according to review suggestion. |
Done. Please review my new commit,thank you! |
Fixes #27101.
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.