This is an automated email from the ASF dual-hosted git repository.
suxiaogang223 pushed a change to branch refact_reader_branch
in repository https://gitbox.apache.org/repos/asf/doris.git
from dff58ab9519 [feature](be) Add FileScannerV2 native reader (#64902)
add 12ffec6d85e fix pipeline and ut (#64912)
No new revisions were added by this update.
Summary of changes:
.../data_type_serde/data_type_datetimev2_serde.cpp | 13 +-
.../data_type_timestamptz_serde.cpp | 32 +-
be/src/exec/operator/result_sink_operator.h | 2 +-
be/src/format_v2/parquet/parquet_reader.cpp | 3 +-
be/src/format_v2/parquet/reader/column_reader.cpp | 15 +
be/src/format_v2/parquet/reader/column_reader.h | 1 +
.../parquet/reader/list_column_reader.cpp | 48 +-
.../format_v2/parquet/reader/list_column_reader.h | 1 +
.../format_v2/parquet/reader/map_column_reader.cpp | 9 +
.../format_v2/parquet/reader/map_column_reader.h | 1 +
.../parquet/reader/struct_column_reader.cpp | 9 +
.../parquet/reader/struct_column_reader.h | 1 +
.../data_type_serde_decoded_values_test.cpp | 16 +-
.../parquet/parquet_reader_control_test.cpp | 4 +-
be/test/format_v2/parquet/parquet_reader_test.cpp | 4 +-
.../fileformat/ParquetFileFormatProperties.java | 2 +-
.../ParquetFileFormatPropertiesTest.java | 2 +-
.../test_nested_types_insert_into_with_s3.out | 2 +-
.../parquet/test_outfile_parquet_array_type.out | 8 +-
.../parquet/test_outfile_parquet_complex_type.out | 40 +-
.../parquet/test_outfile_parquet_map_type.out | 16 +-
...out => test_hive_read_parquet_complex_type.out} | 40 +-
.../external_table_p0/hive/ddl/test_hive_ctas.out | 4 +-
.../external_table_p0/hive/test_complex_types.out | 52 +-
.../hive/test_external_catalog_hive.out | 4 +-
.../hive/test_external_catalog_hive_partition.out | 48 +-
.../hive/test_hive_compress_type.out | 848 +-
.../hive/test_hive_get_schema_from_table.out | 80 +-
.../hive/test_hive_openx_json.out | 1 +
.../hive/test_hive_page_index.out | 103212 +++++++++---------
.../hive/test_hive_schema_evolution.out | 42 +-
.../hive/write/test_hive_text_write_insert.out | 150 +-
.../hive/write/test_hive_write_insert.out | 172 +-
.../hive/write/test_hive_write_partitions.out | 96 +-
.../iceberg/test_iceberg_export_timestamp_tz.out | 24 +-
.../write/test_iceberg_insert_overwrite.out | 48 +-
.../iceberg/write/test_iceberg_write_insert.out | 96 +-
.../paimon/paimon_timestamp_types.out | 2 +-
.../tvf/test_hdfs_parquet_group0.out | 130 +-
.../tvf/test_hdfs_parquet_group1.out | 6 +-
.../tvf/test_hdfs_parquet_group2.out | 96 +-
.../tvf/test_hdfs_parquet_group4.out | 168 +-
.../tvf/test_hdfs_parquet_group5.out | 144 +-
.../tvf/test_hdfs_parquet_group6.out | 220 +-
.../tvf/test_local_tvf_with_complex_type.out | 50 +-
...test_local_tvf_with_complex_type_element_at.out | 50 +-
.../data/external_table_p0/tvf/test_tvf_p0.out | 10 +-
... => test_hive_read_parquet_complex_type.groovy} | 0
48 files changed, 52959 insertions(+), 53063 deletions(-)
rename
regression-test/data/external_table_p0/export/hive_read/parquet/{test_hive_read_parquet_comlex_type.out
=> test_hive_read_parquet_complex_type.out} (79%)
rename
regression-test/suites/external_table_p0/export/hive_read/parquet/{test_hive_read_parquet_comlex_type.groovy
=> test_hive_read_parquet_complex_type.groovy} (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]