This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 3e3948c87fb [env](compile)open compile check in some function agg file (#44549) add 7ee86816951 [Enhancement] (nereids)implement CreateFileCommand in nereids (#44806) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 4 +- .../org/apache/doris/common/util/SmallFileMgr.java | 6 ++ .../doris/nereids/parser/LogicalPlanBuilder.java | 13 +++ .../apache/doris/nereids/trees/plans/PlanType.java | 1 + .../trees/plans/commands/CreateFileCommand.java} | 108 ++++++--------------- .../trees/plans/visitor/CommandVisitor.java | 5 + .../suites/auth_call/test_ddl_file_auth.groovy | 4 +- 7 files changed, 61 insertions(+), 80 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/{analysis/CreateFileStmt.java => nereids/trees/plans/commands/CreateFileCommand.java} (67%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org