Sankar Hariappan created HIVE-20632:
---------------------------------------
Summary: Query with get_splits UDF fails if materialized view is
created on queried table.
Key: HIVE-20632
URL: https://issues.apache.org/jira/browse/HIVE-20632
Project: Hive
Issue Type: Bug
Components: HiveServer2, Materialized views, Standalone Metastore, UDF
Affects Versions: 4.0.0, 3.2.0
Reporter: Sankar Hariappan
Assignee: Sankar Hariappan
Scenario:
# Create ACID table t1 and insert few rows.
# Create materialized view mv as select a from t1 where a > 5;
# Run get_split query "select get_splits( select a from t1 where a > 5); –
This fails with AssertionError.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)