Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
create table tbl_ice(a int, b string, c int) stored by iceberg stored as orc tblproperties ('format-version'='1'); create materialized view mat1 stored by iceberg stored as orc tblproperties ('format-version'='1') as select tbl_ice.b, tbl_ice.c from tbl_ice where tbl_ice.c > 52;
Materialized view mat1 should use ORC file format.
Attachments
Issue Links
- fixes
-
HIVE-27066 Fix mv_iceberg_partitioned_orc and mv_iceberg_partitioned_orc2
- Resolved
- links to