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 a7d236a6235 [Fix](hive-writer) Fix correct num when hive writing data 
to an unpartitioned table if size large than `hive_sink_max_file_size`. (#32959)
     add 7ea31a97ac9 [fix](insert)fix hive external return msgs and exception 
and pass all columns to BE (#32824)

No new revisions were added by this update.

Summary of changes:
 .../doris/nereids/parser/PartitionTableInfo.java   |   7 +-
 .../trees/plans/commands/info/CreateTableInfo.java |  35 +-
 .../plans/commands/insert/HiveInsertExecutor.java  |  22 +-
 .../commands/insert/InsertIntoTableCommand.java    |   5 +
 .../org/apache/doris/planner/HiveTableSink.java    |  10 +-
 .../java/org/apache/doris/qe/StmtExecutor.java     |   8 +-
 .../datasource/hive/HiveDDLAndDMLPlanTest.java     |  12 +-
 gensrc/thrift/DataSinks.thrift                     |   3 +-
 .../hive/write/test_hive_write_insert.out          |  66 ++
 .../hive/write/test_hive_write_partitions.out      |  50 ++
 .../pipeline/external/conf/regression-conf.groovy  |   2 -
 .../pipeline/p0/conf/regression-conf.groovy        |   2 -
 .../hive/write/test_hive_write_insert.groovy       | 786 ++++++++++-----------
 .../hive/write/test_hive_write_partitions.groovy   |   3 +-
 14 files changed, 571 insertions(+), 440 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to