You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sankar Hariappan (JIRA)" <ji...@apache.org> on 2018/09/25 16:11:00 UTC

[jira] [Assigned] (HIVE-20632) Query with get_splits UDF fails if materialized view is created on queried table.

     [ https://issues.apache.org/jira/browse/HIVE-20632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sankar Hariappan reassigned HIVE-20632:
---------------------------------------


> 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
>            Priority: Major
>              Labels: materializedviews, UDF
>
> 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)