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

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


    from 81aa5bea1a7 [opt](outfile) support compressed csv with names and types 
in outfile (#58090)
     add f8efb29a9ce [feat](load) enable stream load record to audit log system 
table (#57530)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.cpp                           |   6 +
 be/src/common/config.h                             |   6 +
 be/src/http/action/http_stream.cpp                 |  17 +-
 be/src/http/action/stream_load.cpp                 |  17 +-
 be/src/http/http_client.cpp                        |   6 +
 be/src/http/http_client.h                          |   2 +
 be/src/http/http_common.h                          |   1 +
 be/src/runtime/exec_env.h                          |   3 +
 be/src/runtime/exec_env_init.cpp                   |   7 +
 .../runtime/stream_load/stream_load_recorder.cpp   |  35 ++-
 be/src/runtime/stream_load/stream_load_recorder.h  |   6 +-
 .../stream_load/stream_load_recorder_manager.cpp   | 325 +++++++++++++++++++++
 .../stream_load/stream_load_recorder_manager.h     |  98 +++++++
 .../org/apache/doris/catalog/InternalSchema.java   |   3 +-
 .../doris/plugin/audit/AuditStreamLoader.java      |   1 +
 .../stream_load/test_stream_load_audit_log.groovy  |  83 ++++++
 .../suites/manager/test_manager_interface_1.groovy |   2 +-
 17 files changed, 597 insertions(+), 21 deletions(-)
 create mode 100644 be/src/runtime/stream_load/stream_load_recorder_manager.cpp
 create mode 100644 be/src/runtime/stream_load/stream_load_recorder_manager.h
 create mode 100644 
regression-test/suites/load_p0/stream_load/test_stream_load_audit_log.groovy


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

Reply via email to