This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from 83d44f8df8 fix: fix a thread safe problem in LoadAction.java (#9955) new b8323e9f70 [feature] datetime column type support auto-initialized with default … (#9972) new 4bc3a364f8 [fix](load) fix streamload failure due to false unhealthy replica in concurrent stream load (#10007) new 5190828319 [Bug] [Vectorized] code dump on aggregate node over union node (#10040) The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: be/src/olap/tablet.cpp | 31 ++++++++++-- be/src/olap/tablet.h | 6 ++- be/src/olap/tablet_manager.cpp | 2 +- fe/fe-core/src/main/cup/sql_parser.cup | 8 ++- .../java/org/apache/doris/analysis/ColumnDef.java | 37 ++++++++++++-- .../org/apache/doris/analysis/DataDescription.java | 4 +- .../apache/doris/analysis/DefaultValueExprDef.java | 58 ++++++++++++++++++++++ .../apache/doris/analysis/FunctionCallExpr.java | 17 +++++++ .../java/org/apache/doris/analysis/InsertStmt.java | 12 +++-- .../main/java/org/apache/doris/catalog/Column.java | 19 +++++-- .../src/main/java/org/apache/doris/load/Load.java | 12 ++++- .../org/apache/doris/planner/LoadScanNode.java | 6 ++- .../org/apache/doris/planner/SetOperationNode.java | 7 +++ fe/fe-core/src/main/jflex/sql_scanner.flex | 1 + ...ap_serialize.out => test_current_timestamp.out} | 5 +- .../test_current_timestamp_streamload.csv | 4 ++ .../correctness/test_current_timestamp.groovy | 55 ++++++++++++++++++++ 17 files changed, 261 insertions(+), 23 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/analysis/DefaultValueExprDef.java copy regression-test/data/correctness/{test_bitmap_serialize.out => test_current_timestamp.out} (69%) create mode 100644 regression-test/data/correctness/test_current_timestamp_streamload.csv create mode 100644 regression-test/suites/correctness/test_current_timestamp.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org