This is an automated email from the ASF dual-hosted git repository.
yaoxiao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 298e2fb06a8 [fix](parquet-reader) Fix read parquet footer is missing
in FileReadBytes profile. (#58383)
add 407906de29f [Enhancement](nereids) optimize checkPartitionNullity and
checkLegalityOfPartitionExprs (#57876)
No new revisions were added by this update.
Summary of changes:
.../apache/doris/datasource/InternalCatalog.java | 119 ---------
.../plans/commands/info/ColumnDefinition.java | 28 ++
.../trees/plans/commands/info/CreateTableInfo.java | 119 +++++++++
.../plans/commands/info/PartitionTableInfo.java | 6 +-
.../trees/plans/commands/info/StepPartition.java | 8 +
.../org/apache/doris/catalog/CreateTableTest.java | 4 +-
.../trees/plans/CreateTableCommandTest.java | 4 +-
.../plans/commands/info/ColumnDefinitionTest.java} | 22 +-
.../plans/commands/info/CreateTableInfoTest.java | 290 +++++++++++++++++++++
9 files changed, 464 insertions(+), 136 deletions(-)
copy
fe/fe-core/src/test/java/org/apache/doris/nereids/{types/DecimalV2TypeTest.java
=> trees/plans/commands/info/ColumnDefinitionTest.java} (60%)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/info/CreateTableInfoTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]