This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43530-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from b1ffbd076b0 branch-3.0: [fix](cloud) fix read cache block file return stat NOT_FOUND (#43504) add 109f7f7e575 [fix](hive) support query hive view created by spark (#43530) No new revisions were added by this update. Summary of changes: .../scripts/create_view_scripts/create_view.hql | 6 + .../docker-compose/hive/scripts/hive-metastore.sh | 7 ++ .../doris/datasource/hive/HMSExternalTable.java | 4 + .../doris/nereids/rules/analysis/BindRelation.java | 19 ++- .../data/external_table_p0/hive/test_hive_view.out | 133 +++++++++++++++++++++ .../external_table_p0/hive/test_hive_view.groovy | 66 ++++++++++ 6 files changed, 229 insertions(+), 6 deletions(-) create mode 100644 docker/thirdparties/docker-compose/hive/scripts/create_view_scripts/create_view.hql create mode 100644 regression-test/data/external_table_p0/hive/test_hive_view.out create mode 100644 regression-test/suites/external_table_p0/hive/test_hive_view.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org