[jira] [Updated] (HIVE-10553) Remove hardcoded Parquet references from SearchArgumentImpl

2015-07-07 Thread Owen O'Malley (JIRA)

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

Owen O'Malley updated HIVE-10553:
-
Attachment: HIVE-10553.patch

Rebased to current trunk.

 Remove hardcoded Parquet references from SearchArgumentImpl
 ---

 Key: HIVE-10553
 URL: https://issues.apache.org/jira/browse/HIVE-10553
 Project: Hive
  Issue Type: Sub-task
Reporter: Gopal V
Assignee: Owen O'Malley
 Attachments: HIVE-10553.patch, HIVE-10553.patch, HIVE-10553.patch, 
 HIVE-10553.patch


 SARGs currently depend on Parquet code, which causes a tight coupling between 
 parquet releases and storage-api versions.
 Move Parquet code out to its own RecordReader, similar to ORC's SargApplier 
 implementation.



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


[jira] [Updated] (HIVE-10553) Remove hardcoded Parquet references from SearchArgumentImpl

2015-06-23 Thread Owen O'Malley (JIRA)

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

Owen O'Malley updated HIVE-10553:
-
Attachment: HIVE-10553.patch

My patch had gone a little stale, so I updated it.

I also manually re-ran the test case that failed in jenkins and it passed.

 Remove hardcoded Parquet references from SearchArgumentImpl
 ---

 Key: HIVE-10553
 URL: https://issues.apache.org/jira/browse/HIVE-10553
 Project: Hive
  Issue Type: Sub-task
Reporter: Gopal V
Assignee: Owen O'Malley
 Attachments: HIVE-10553.patch, HIVE-10553.patch, HIVE-10553.patch


 SARGs currently depend on Parquet code, which causes a tight coupling between 
 parquet releases and storage-api versions.
 Move Parquet code out to its own RecordReader, similar to ORC's SargApplier 
 implementation.



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


[jira] [Updated] (HIVE-10553) Remove hardcoded Parquet references from SearchArgumentImpl

2015-05-22 Thread Owen O'Malley (JIRA)

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

Owen O'Malley updated HIVE-10553:
-
Attachment: HIVE-10553.patch

This patch fixes the test case that I missed in the previous version.

 Remove hardcoded Parquet references from SearchArgumentImpl
 ---

 Key: HIVE-10553
 URL: https://issues.apache.org/jira/browse/HIVE-10553
 Project: Hive
  Issue Type: Sub-task
Reporter: Gopal V
Assignee: Owen O'Malley
 Attachments: HIVE-10553.patch, HIVE-10553.patch


 SARGs currently depend on Parquet code, which causes a tight coupling between 
 parquet releases and storage-api versions.
 Move Parquet code out to its own RecordReader, similar to ORC's SargApplier 
 implementation.



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


[jira] [Updated] (HIVE-10553) Remove hardcoded Parquet references from SearchArgumentImpl

2015-05-22 Thread Owen O'Malley (JIRA)

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

Owen O'Malley updated HIVE-10553:
-
Attachment: HIVE-10553.patch

This patch exposes the ExpressionTree for SearchArguments, which allows the 
parquet code to move back to the parquet package.

 Remove hardcoded Parquet references from SearchArgumentImpl
 ---

 Key: HIVE-10553
 URL: https://issues.apache.org/jira/browse/HIVE-10553
 Project: Hive
  Issue Type: Sub-task
Reporter: Gopal V
Assignee: Owen O'Malley
 Attachments: HIVE-10553.patch


 SARGs currently depend on Parquet code, which causes a tight coupling between 
 parquet releases and storage-api versions.
 Move Parquet code out to its own RecordReader, similar to ORC's SargApplier 
 implementation.



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