You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vineet Garg (JIRA)" <ji...@apache.org> on 2016/07/23 01:53:20 UTC

[jira] [Created] (HIVE-14320) Fix table_access_key_stats with returnpath feature on

Vineet Garg created HIVE-14320:
----------------------------------

             Summary: Fix table_access_key_stats with returnpath feature on
                 Key: HIVE-14320
                 URL: https://issues.apache.org/jira/browse/HIVE-14320
             Project: Hive
          Issue Type: Task
          Components: Hive
            Reporter: Vineet Garg
            Assignee: Vineet Garg


With retrunpath feature on you get nullpointer exception with this test.
This is because TableAccessAnalyzer expects join operator to have list of underlying table reference (baseSrc). But during conversion of calcite plan to hive operator tree this information is not propagated and is lost.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)