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 594e3b8224 [feature](Nereids) add circle detector and avoid overlap (#14164) add 30f36070b5 [test](multi-catalog)Regression test for external hive parquet table (#13611) No new revisions were added by this update. Summary of changes: .../docker-compose/hive/scripts/create.hql | 32 + .../docker-compose/hive/scripts/hive-metastore.sh | 2 + .../nation=cn/city=beijing/beijing1 | Bin 0 -> 160180 bytes .../nation=cn/city=shanghai/shanghai1 | Bin 0 -> 159227 bytes .../partition_table/nation=jp/city=tokyo/tokyo1 | Bin 0 -> 80147 bytes .../partition_table/nation=rus/city=moscow/moscow1 | Bin 0 -> 80595 bytes .../nation=us/city=chicago/chicago1 | Bin 0 -> 158429 bytes .../nation=us/city=washington/washington1 | Bin 0 -> 159229 bytes .../external_catalog_p0/hive/test_hive_parquet.out | 10112 +++++++++++++++++++ .../hive/test_hive_parquet.groovy | 184 + 10 files changed, 10330 insertions(+) create mode 100644 docker/thirdparties/docker-compose/hive/scripts/parquet/partition_table/nation=cn/city=beijing/beijing1 create mode 100644 docker/thirdparties/docker-compose/hive/scripts/parquet/partition_table/nation=cn/city=shanghai/shanghai1 create mode 100644 docker/thirdparties/docker-compose/hive/scripts/parquet/partition_table/nation=jp/city=tokyo/tokyo1 create mode 100644 docker/thirdparties/docker-compose/hive/scripts/parquet/partition_table/nation=rus/city=moscow/moscow1 create mode 100644 docker/thirdparties/docker-compose/hive/scripts/parquet/partition_table/nation=us/city=chicago/chicago1 create mode 100644 docker/thirdparties/docker-compose/hive/scripts/parquet/partition_table/nation=us/city=washington/washington1 create mode 100644 regression-test/data/external_catalog_p0/hive/test_hive_parquet.out create mode 100644 regression-test/suites/external_catalog_p0/hive/test_hive_parquet.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org