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 0dc567bc8e4 [Chore](materialized-view) forbid create mv on row store 
table (#35360)
     add a93eafe793f [Fix](multi-catalog) Fix string dict filtering when use 
null related function in parquet and orc reader. (#35335)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/exec/format/orc/vorc_reader.cpp         |  21 +-
 .../exec/format/parquet/vparquet_group_reader.cpp  |  21 +-
 .../hive/scripts/create_preinstalled_table.hql     |  42 ++++
 .../test_string_dict_filter.orc                    | Bin 0 -> 1652 bytes
 .../test_string_dict_filter.parquet                | Bin 0 -> 2292 bytes
 .../hive/test_string_dict_filter.out               | 229 +++++++++++++++++++++
 .../hive/test_string_dict_filter.groovy            | 134 ++++++++++++
 7 files changed, 425 insertions(+), 22 deletions(-)
 create mode 100644 
docker/thirdparties/docker-compose/hive/scripts/preinstalled_data/orc_table/test_string_dict_filter_orc/test_string_dict_filter.orc
 create mode 100644 
docker/thirdparties/docker-compose/hive/scripts/preinstalled_data/parquet_table/test_string_dict_filter_parquet/test_string_dict_filter.parquet
 create mode 100644 
regression-test/data/external_table_p0/hive/test_string_dict_filter.out
 create mode 100644 
regression-test/suites/external_table_p0/hive/test_string_dict_filter.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to