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 6057ba6a4f [cherrypick](planner) remove useless datev2 and decimalv3
conversion in FuntionCallExpr (#17067)
new e041fa5b81 [fix](planner) Nullable of slot descriptor is mistaken and
cause BE crash #16862
new 5002f5adcb [fix](merge-on-write) add check for segment num (#14032)
new f47edb9318 [fix](tvf) fix bug that failed to get schema of tvf when
file is empty (#16928)
new 2031625d13 [BugFix](Jdbc Catalog) Fix null pointer exception in
JdbcExecutor (#16958)
new df4672e9f1 [enhancement](cache) make segment cache prune more
effectively (#17011)
The 5 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/common/config.h | 2 +-
be/src/olap/lru_cache.cpp | 10 +-
be/src/olap/lru_cache.h | 6 +-
be/src/olap/rowset/beta_rowset_writer.cpp | 2 +-
be/src/olap/segment_loader.cpp | 3 +-
be/src/service/internal_service.cpp | 6 +-
be/src/vec/exec/format/csv/csv_reader.cpp | 4 +-
be/src/vec/exec/format/orc/vorc_reader.cpp | 11 +-
be/src/vec/exec/format/parquet/vparquet_reader.cpp | 8 +-
be/src/vec/exec/scan/vfile_scanner.cpp | 4 +-
be/test/olap/lru_cache_test.cpp | 50 ++++
.../org/apache/doris/external/jdbc/JdbcClient.java | 18 +-
.../org/apache/doris/planner/SetOperationNode.java | 12 +
.../java/org/apache/doris/udf/JdbcExecutor.java | 297 ++++++++++++++-------
.../test_set_operator.out} | 14 +-
.../query_p0/operator/test_set_operator.groovy | 91 +++++++
16 files changed, 392 insertions(+), 146 deletions(-)
copy regression-test/data/query_p0/{intersect/test_intersect.out =>
operator/test_set_operator.out} (84%)
create mode 100644
regression-test/suites/query_p0/operator/test_set_operator.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]