This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
from be7c4d267e [branch1.2] fix compile bug after cherry-pick
new 231952a57d [fix](load) sequence column do not compare correctly in
memtable (#16211)
new d4b8629c77 [feature](JdbcExternalCatalog) support insert data in
JdbcExternalCatalog (#16271)
new fb5420c262 [improvement](multi-catalog) increase default batch_size to
4064 (#16326)
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/exec/table_connector.cpp | 9 +-
be/src/olap/memtable.cpp | 5 +-
be/src/vec/exec/format/csv/csv_reader.cpp | 2 +-
be/src/vec/exec/format/generic_reader.h | 2 +
be/src/vec/exec/format/json/new_json_reader.cpp | 2 +-
be/src/vec/exec/format/orc/vorc_reader.cpp | 2 +-
be/src/vec/exec/format/parquet/vparquet_reader.cpp | 2 +-
be/test/olap/delta_writer_test.cpp | 115 ++++++++++++++-------
.../docker-compose/mysql/init/03-create-table.sql | 5 +
.../docker-compose/oracle/init/03-create-table.sql | 6 ++
.../postgresql/init/02-create-table.sql | 6 ++
.../java/org/apache/doris/analysis/InsertStmt.java | 39 +++++--
.../java/org/apache/doris/qe/SessionVariable.java | 4 +-
.../doris/transaction/DatabaseTransactionMgr.java | 3 +-
.../doris/transaction/GlobalTransactionMgr.java | 5 +-
.../unique/test_unique_table_new_sequence.out | 8 +-
.../unique/test_unique_table_sequence.out | 6 +-
.../data/data_model_p0/unique/unique_key_data1.csv | 1 +
.../data/data_model_p0/unique/unique_key_data2.csv | 3 +-
.../jdbc_catalog_p0/test_mysql_jdbc_catalog.out | 13 +++
.../jdbc_catalog_p0/test_oracle_jdbc_catalog.out | 13 +++
.../data/jdbc_catalog_p0/test_pg_jdbc_catalog.out | 13 +++
.../unique/test_unique_table_new_sequence.groovy | 8 +-
.../unique/test_unique_table_sequence.groovy | 8 +-
.../jdbc_catalog_p0/test_mysql_jdbc_catalog.groovy | 23 ++++-
.../test_oracle_jdbc_catalog.groovy | 14 ++-
.../jdbc_catalog_p0/test_pg_jdbc_catalog.groovy | 13 +++
27 files changed, 248 insertions(+), 82 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]