This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from b4c7365f624 Revert "Problem: When the old optimizer processes an 
INSERT INTO statement that contains two quotation marks, it results in only one 
quotation mark being written into the database. (#31890)" (#31986)
     add 63b47e9febb [feature](external catalog)Add partition grammar for 
external catalog  to create table (#31585)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |  17 +-
 .../apache/doris/analysis/ListPartitionDesc.java   |  10 +-
 .../apache/doris/analysis/RangePartitionDesc.java  |   4 +
 .../doris/nereids/parser/LogicalPlanBuilder.java   |  66 ++---
 .../doris/nereids/parser/PartitionTableInfo.java   | 292 +++++++++++++++++++++
 .../trees/plans/commands/CreateTableCommand.java   |   5 +
 .../trees/plans/commands/info/CreateTableInfo.java | 222 ++--------------
 .../trees/plans/CreateTableCommandTest.java        | 131 +++++++++
 .../test_auto_partition_behavior.groovy            |   4 +-
 9 files changed, 511 insertions(+), 240 deletions(-)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/parser/PartitionTableInfo.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to