This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch export
in repository https://gitbox.apache.org/repos/asf/doris.git
discard 18fd1f5219b [enhancement](export) filter empty partition before export
table to remote storage
add 5aab04bbf51 [chore](cloud) Use c++20 and unleash endian check (#34735)
add 7a7245a5244 [bug](typo) Close local fd using correct predicate
condition (#35392)
add 6a430910e6e [fix](shuffle) Do not return error if local recvr is null
(#35329)
add 1e1a223a11c [fix](multi-catalog)put java udf to custom lib (#34990)
add ecabbcd63c2 [chore](table property) forbid changing
enable_single_replica_compaction property for mow table (#34836)
add 320b573ac09 [improvement](jdbc catalog) remove useless jdbc catalog
code (#34986)
add 22ec3309c91 [enhancement](export) filter empty partition before export
table to remote storage
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (18fd1f5219b)
\
N -- N -- N refs/heads/export (22ec3309c91)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
be/src/io/fs/local_file_writer.cpp | 2 +-
be/src/pipeline/exec/exchange_sink_operator.cpp | 17 +-
.../aggregate_function_java_udaf.h | 13 +-
be/src/vec/exec/vjdbc_connector.cpp | 247 +----
be/src/vec/exec/vjdbc_connector.h | 13 -
.../exprs/table_function/udf_table_function.cpp | 9 +-
be/src/vec/functions/function_java_udf.cpp | 10 +-
be/src/vec/sink/vdata_stream_sender.cpp | 6 +-
bin/start_fe.sh | 2 +-
cloud/CMakeLists.txt | 2 +-
cloud/src/meta-service/doris_txn.cpp | 5 +-
cloud/src/meta-service/txn_kv.cpp | 8 +-
fe/be-java-extensions/java-common/pom.xml | 4 -
.../apache/doris/common/jni/utils/UdfUtils.java | 57 -
fe/be-java-extensions/jdbc-scanner/pom.xml | 17 -
.../org/apache/doris/jdbc/BaseJdbcExecutor.java | 12 -
.../apache/doris/jdbc/ClickHouseJdbcExecutor.java | 194 ++--
.../org/apache/doris/jdbc/DefaultJdbcExecutor.java | 1124 --------------------
.../org/apache/doris/jdbc/JdbcExecutorFactory.java | 2 +-
fe/be-java-extensions/preload-extensions/pom.xml | 15 -
.../apache/doris/alter/SchemaChangeHandler.java | 5 +
.../apache/doris/analysis/CreateFunctionStmt.java | 336 +++---
.../org/apache/doris/catalog/JdbcResource.java | 4 -
.../java/org/apache/doris/catalog/JdbcTable.java | 1 -
.../doris/datasource/jdbc/source/JdbcScanNode.java | 23 -
.../trees/expressions/functions/udf/JavaUdaf.java | 4 +-
.../trees/expressions/functions/udf/JavaUdf.java | 4 +-
.../trees/expressions/functions/udf/JavaUdtf.java | 4 +-
fe/pom.xml | 20 -
gensrc/thrift/Types.thrift | 1 -
....out => test_javaudaf_custom_lib_mysum_int.out} | 14 +-
.../test_javaudf_custom_lib_all_types.out} | 8 +-
....out => test_javaudtf_custom_lib_all_types.out} | 698 ------------
.../test_table_level_compaction_policy.groovy | 24 +
.../jdbc/test_jdbc_query_mysql.groovy | 38 +-
...y => test_javaudaf_custom_lib_mysum_int.groovy} | 29 +-
...vy => test_javaudf_custom_lib_all_types.groovy} | 43 +-
.../test_javaudtf_custom_lib_all_types.groovy | 181 ++++
run-regression-test.sh | 32 +-
39 files changed, 652 insertions(+), 2576 deletions(-)
delete mode 100644
fe/be-java-extensions/jdbc-scanner/src/main/java/org/apache/doris/jdbc/DefaultJdbcExecutor.java
copy regression-test/data/javaudf_p0/{test_javaudaf_null_test.out =>
test_javaudaf_custom_lib_mysum_int.out} (90%)
copy
regression-test/data/{query_p0/join/sql/agg_output_as_right_tale_left_outer_order.out
=> javaudf_p0/test_javaudf_custom_lib_all_types.out} (69%)
copy regression-test/data/javaudf_p0/{test_javaudtf_all_types.out =>
test_javaudtf_custom_lib_all_types.out} (52%)
copy regression-test/suites/javaudf_p0/{test_javaudaf_null_test.groovy =>
test_javaudaf_custom_lib_mysum_int.groovy} (67%)
copy regression-test/suites/javaudf_p0/{test_javaudf_null.groovy =>
test_javaudf_custom_lib_all_types.groovy} (55%)
create mode 100644
regression-test/suites/javaudf_p0/test_javaudtf_custom_lib_all_types.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]