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

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


    from 289aacb  [improvement] enable check_java_version (#8034)
     add f8411f3  [refactor](mysql_table_writer)split into two parts of 
vectorized and row mode (#8081)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/data_sink.cpp                          |   1 +
 be/src/runtime/mysql_table_writer.cpp              | 152 +-------------
 be/src/runtime/mysql_table_writer.h                |  18 +-
 be/src/vec/CMakeLists.txt                          |   1 +
 ...ysql_table_writer.cpp => vmysql_table_sink.cpp} |  12 +-
 .../{vmysql_table_writer.h => vmysql_table_sink.h} |   8 +-
 be/src/vec/sink/vmysql_table_writer.cpp            | 218 ++++++++++++++++-----
 be/src/vec/sink/vmysql_table_writer.h              |  58 ++----
 8 files changed, 205 insertions(+), 263 deletions(-)
 copy be/src/vec/sink/{vmysql_table_writer.cpp => vmysql_table_sink.cpp} (89%)
 copy be/src/vec/sink/{vmysql_table_writer.h => vmysql_table_sink.h} (93%)

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

Reply via email to