This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-2.1-lakehouse
in repository https://gitbox.apache.org/repos/asf/doris.git
from cf6eadb4c28 [opt](parquet-reader)Implement late materialization of
parquet complex types. (#44098)
new 88df781e2bc [fix](orc) ignore null values when the literals of
in_predicate contains (#45104)
new 4c313b07683 [multi-catalog](hudi) impl hudi_metadata table value
function (#46137)
new 032cc82fd02 [feature](sql-dialect)support convert hive view and presto
view use sql convertor service #46308
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/apache-orc | 2 +-
be/src/vec/exec/format/orc/vorc_reader.cpp | 24 +++--
be/src/vec/exec/scan/vmeta_scanner.cpp | 23 +++++
be/src/vec/exec/scan/vmeta_scanner.h | 2 +
be/test/vec/exec/orc_reader_test.cpp | 3 +
.../doris/catalog/BuiltinTableValuedFunctions.java | 2 +
.../doris/datasource/hive/HMSExternalTable.java | 50 +++++++++-
.../hudi/source/HudiCachedMetaClientProcessor.java | 21 ++---
.../hudi/source/HudiMetadataCacheMgr.java | 10 +-
.../doris/nereids/rules/analysis/BindRelation.java | 5 +-
.../functions/table/{Jobs.java => HudiMeta.java} | 18 ++--
.../visitor/TableValuedFunctionVisitor.java | 5 +
.../java/org/apache/doris/qe/ConnectProcessor.java | 29 +-----
...dFunction.java => HudiTableValuedFunction.java} | 79 ++++++++--------
.../doris/tablefunction/MetadataGenerator.java | 105 ++++++++++++++++-----
.../tablefunction/MetadataTableValuedFunction.java | 2 +
.../doris/tablefunction/TableValuedFunctionIf.java | 4 +-
gensrc/thrift/FrontendService.thrift | 1 +
gensrc/thrift/PlanNodes.thrift | 8 ++
gensrc/thrift/Types.thrift | 7 +-
.../data/external_table_p0/hive/test_hive_orc.out | Bin 91283 -> 92747 bytes
.../data/external_table_p2/hudi/test_hudi_meta.out | Bin 0 -> 4093 bytes
.../external_table_p0/hive/test_hive_orc.groovy | 22 +++++
...udi_orc_tables.groovy => test_hudi_meta.groovy} | 16 ++--
24 files changed, 299 insertions(+), 139 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/table/{Jobs.java
=> HudiMeta.java} (82%)
copy
fe/fe-core/src/main/java/org/apache/doris/tablefunction/{IcebergTableValuedFunction.java
=> HudiTableValuedFunction.java} (59%)
create mode 100644
regression-test/data/external_table_p2/hudi/test_hudi_meta.out
copy
regression-test/suites/external_table_p2/hudi/{test_hudi_orc_tables.groovy =>
test_hudi_meta.groovy} (58%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]