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

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


    from 6b4ef34  fix AlphaRowsetTest by remove StorageEngine #2078 (#2091)
     add f53f188  Add arrow IPC serialization for Doris-Spark-Connector (#2013)

No new revisions were added by this update.

Summary of changes:
 be/src/gen_cpp/CMakeLists.txt                      |   2 +
 be/src/runtime/fragment_mgr.cpp                    |   1 +
 be/src/runtime/memory_scratch_sink.cpp             | 150 +------------
 be/src/runtime/memory_scratch_sink.h               |  15 +-
 be/src/runtime/result_queue_mgr.cpp                |   5 +-
 be/src/runtime/result_queue_mgr.h                  |  10 +-
 be/src/service/backend_service.cpp                 |  32 ++-
 be/src/util/arrow/row_batch.cpp                    | 191 +++++++++++++++-
 be/src/util/arrow/row_batch.h                      |   3 +
 be/test/runtime/memory_scratch_sink_test.cpp       |  57 +++--
 be/test/runtime/result_queue_mgr_test.cpp          |  44 ++--
 be/test/util/CMakeLists.txt                        |   1 +
 .../arrow/arrow_work_flow_test.cpp}                | 242 +++++++++++----------
 be/test/util/test_data/csv_data                    |   6 +
 gensrc/thrift/DorisExternalService.thrift          |  65 +-----
 .../{Metrics.thrift => QueryPlanExtra.thrift}      |  48 ++--
 run-ut.sh                                          |   1 +
 17 files changed, 466 insertions(+), 407 deletions(-)
 copy be/test/{exec/csv_scan_bench_test.cpp => 
util/arrow/arrow_work_flow_test.cpp} (57%)
 create mode 100644 be/test/util/test_data/csv_data
 copy gensrc/thrift/{Metrics.thrift => QueryPlanExtra.thrift} (59%)


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

Reply via email to