This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from eab8876abc [Feature](remote) Using heavy schema change if the table is not enable light weight schema change (#13487) add e0667b297f [feature-wip](multi-catalog) reuse hdfsFs and decode parquet values in batch (#13688) No new revisions were added by this update. Summary of changes: be/src/io/hdfs_file_reader.cpp | 192 +++++++++--- be/src/io/hdfs_file_reader.h | 87 +++++- be/src/vec/exec/format/parquet/parquet_common.cpp | 194 ++++++------ be/src/vec/exec/format/parquet/parquet_common.h | 340 ++++++++++++--------- .../parquet/vparquet_column_chunk_reader.cpp | 39 +-- .../format/parquet/vparquet_column_chunk_reader.h | 5 +- .../exec/format/parquet/vparquet_column_reader.cpp | 153 ++++++---- be/test/vec/exec/parquet/parquet_thrift_test.cpp | 26 +- .../doris/catalog/HiveMetaStoreClientHelper.java | 5 +- 9 files changed, 662 insertions(+), 379 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org