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 77edde84874 [opt](kerberos) use ticket cache instead of keytab on BE
side
new 5b3591b510a [fix](orc) remove unnecessary fields of orc_reader (#47506)
new 8b8e129c920 [fix](orc) dont't push down null aware predicate (#47625)
new 0ab12b8b038 [opt](proxy-protocol) Support connecting to proxy protocol
enabled cluster without proxy protocol header (#47776)
new fc6691f7ee8 [opt](iceberg)Improve performance by not retrieving table
objects for hms (#47782)
The 4 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/vec/exec/format/orc/vorc_reader.cpp | 23 ++++----
be/src/vec/exec/format/orc/vorc_reader.h | 4 +-
.../orc_predicate/orc_predicate_table.hql | 22 +++++++
.../doris/datasource/iceberg/IcebergUtils.java | 6 ++
.../org/apache/doris/mysql/AcceptListener.java | 7 ++-
.../java/org/apache/doris/mysql/BytesChannel.java | 4 ++
.../java/org/apache/doris/mysql/MysqlChannel.java | 13 +++++
.../apache/doris/mysql/ProxyProtocolHandler.java | 24 ++++++--
.../doris/datasource/iceberg/IcebergUtilsTest.java | 63 +++++++++++++++++++++
.../apache/doris/qe/ProxyProtocolHandlerTest.java | 31 +++++++++-
.../hive/test_hive_orc_predicate.out | Bin 463 -> 585 bytes
.../hive/test_hive_orc_predicate.groovy | 2 +
12 files changed, 175 insertions(+), 24 deletions(-)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/datasource/iceberg/IcebergUtilsTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]