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 c581855a41 [fix](hive-table) fix bug that hive external table can not query table created by Tez (#11345) add 1b4d6a620a (feature-wip)[parquet-reader] support page index serde (#11415) No new revisions were added by this update. Summary of changes: be/src/vec/CMakeLists.txt | 3 +- be/src/vec/exec/file_hdfs_scanner.cpp | 19 +++- be/src/vec/exec/file_hdfs_scanner.h | 24 ++++- .../vec/exec/format/parquet/parquet_thrift_util.h | 14 +-- .../parquet/vparquet_column_chunk_reader.cpp | 4 + .../format/parquet/vparquet_column_chunk_reader.h | 2 + .../format/parquet/vparquet_column_reader.cpp} | 4 +- .../exec/format/parquet/vparquet_column_reader.h | 6 +- .../exec/format/parquet/vparquet_file_metadata.cpp | 8 +- .../exec/format/parquet/vparquet_group_reader.cpp | 61 ++++++++++++- .../exec/format/parquet/vparquet_group_reader.h | 32 ++++++- .../exec/format/parquet/vparquet_page_index.cpp | 58 ++++++++++++ .../vec/exec/format/parquet/vparquet_page_index.h | 21 ++++- be/src/vec/exec/format/parquet/vparquet_reader.cpp | 100 ++++++++++++++++++--- be/src/vec/exec/format/parquet/vparquet_reader.h | 54 +++++------ 15 files changed, 344 insertions(+), 66 deletions(-) copy be/{test/exec/unix_odbc_test.cpp => src/vec/exec/format/parquet/vparquet_column_reader.cpp} (92%) copy regression-test/suites/query/sql_functions/math_functions/test_conv.groovy => be/src/vec/exec/format/parquet/vparquet_column_reader.h (91%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org