This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 7c94cef0fe [Improve](serde) support text serde for nested
type-array/map (#23509)
new fbed844896 [fix](feut) should not enable InternalSchemaDb in fe ut
(#23400)
new 4da3dc5aa1 [improvement](function) do not use hyperscan for non-const
partterns in like function (#23495)
new 1006a78487 [Fix](multi-catalog) Fix hive incorrect result by disable
string dict filter if exprs contain null expr. (#23361)
new 3b9fcd45df [improvement](old planner)Prune extra slots with old
planner for sql like select count(1) from view (#23393)
new 2abda6c342 [fix](tvf view)Support Table valued function view for
nereids (#23317)
new 1e4d7446c3 [fix](fqdn)Fqdn with ipv6 (#22454)
The 6 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/agent/heartbeat_server.cpp | 6 +-
be/src/util/network_util.cpp | 103 ++++++++++-----------
be/src/util/network_util.h | 11 ++-
be/src/vec/exec/format/orc/vorc_reader.cpp | 19 +++-
.../exec/format/parquet/vparquet_group_reader.cpp | 20 +++-
be/src/vec/functions/like.cpp | 29 ++----
.../main/java/org/apache/doris/analysis/Expr.java | 11 ++-
.../doris/analysis/TableValuedFunctionRef.java | 4 +-
.../glue/translator/PhysicalPlanTranslator.java | 4 +-
.../trees/plans/logical/LogicalTVFRelation.java | 6 +-
.../doris/tablefunction/TableValuedFunctionIf.java | 1 +
.../org/apache/doris/qe/PartitionCacheTest.java | 2 +
.../hive/test_external_catalog_hive.out | 6 ++
.../external_table_p2/tvf/test_tvf_view_p2.out | 28 ++++++
.../hive/test_external_catalog_hive.groovy | 5 +
.../tvf/test_tvf_view_count_p2.groovy | 51 ++++++++++
.../external_table_p2/tvf/test_tvf_view_p2.groovy | 69 ++++++++++++++
17 files changed, 279 insertions(+), 96 deletions(-)
create mode 100644
regression-test/data/external_table_p2/tvf/test_tvf_view_p2.out
create mode 100644
regression-test/suites/external_table_p2/tvf/test_tvf_view_count_p2.groovy
create mode 100644
regression-test/suites/external_table_p2/tvf/test_tvf_view_p2.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]