Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
create materialized view mat1 as select col0 from t1 where col0 > 1; explain cbo select col0 from (select col0 from t1 where col0 > 1) sub where col0 = 10;
HiveProject(col0=[CAST(10):INTEGER]) HiveFilter(condition=[=($0, 10)]) HiveTableScan(table=[[default, mat1]], table:alias=[default.mat1])
Attachments
Issue Links
- causes
-
HIVE-25279 Fix q.outs caused by concurrent commits of HIVE-25240 and HIVE-25229
- Closed
-
HIVE-25291 Fix q.out files after HIVE-25240
- Closed
- relates to
-
HIVE-24274 Implement Query Text based MaterializedView rewrite
- Resolved
- links to