[jira] [Updated] (HIVE-5425) Provide a configuration option to control the default stripe size for ORC

2013-10-21 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-5425: Status: Patch Available (was: Open) Provide a configuration option to control the default stripe

[jira] [Commented] (HIVE-5601) NPE in ORC's PPD when using select * from table with where predicate

2013-10-21 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13801226#comment-13801226 ] Owen O'Malley commented on HIVE-5601: - Actually, can you fix it lower down and make the

[jira] [Created] (HIVE-5580) push down predicates with an and-operator between non-SARGable predicates will get NPE

2013-10-17 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-5580: --- Summary: push down predicates with an and-operator between non-SARGable predicates will get NPE Key: HIVE-5580 URL: https://issues.apache.org/jira/browse/HIVE-5580

[jira] [Commented] (HIVE-5580) push down predicates with an and-operator between non-SARGable predicates will get NPE

2013-10-17 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13798424#comment-13798424 ] Owen O'Malley commented on HIVE-5580: - The error looks like: {code} hive select

[jira] [Created] (HIVE-5563) Skip reading columns in ORC for count(*)

2013-10-16 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-5563: --- Summary: Skip reading columns in ORC for count(*) Key: HIVE-5563 URL: https://issues.apache.org/jira/browse/HIVE-5563 Project: Hive Issue Type: Bug

[jira] [Commented] (HIVE-5563) Skip reading columns in ORC for count(*)

2013-10-16 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13797016#comment-13797016 ] Owen O'Malley commented on HIVE-5563: - Actually, this was done correctly in HIVE-4113

[jira] [Resolved] (HIVE-5563) Skip reading columns in ORC for count(*)

2013-10-16 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley resolved HIVE-5563. - Resolution: Duplicate Skip reading columns in ORC for count(*)

[jira] [Commented] (HIVE-5563) Skip reading columns in ORC for count(*)

2013-10-16 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13797062#comment-13797062 ] Owen O'Malley commented on HIVE-5563: - RCFile doesn't have a vectorized reader so it

[jira] [Created] (HIVE-5567) Add better protection code for SARGs

2013-10-16 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-5567: --- Summary: Add better protection code for SARGs Key: HIVE-5567 URL: https://issues.apache.org/jira/browse/HIVE-5567 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-5568) count(*) on ORC tables with predicate pushdown on partition columns fail

2013-10-16 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-5568: --- Summary: count(*) on ORC tables with predicate pushdown on partition columns fail Key: HIVE-5568 URL: https://issues.apache.org/jira/browse/HIVE-5568 Project: Hive

[jira] [Commented] (HIVE-5568) count(*) on ORC tables with predicate pushdown on partition columns fail

2013-10-16 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13797192#comment-13797192 ] Owen O'Malley commented on HIVE-5568: - The exception looks like: {code} Error:

[jira] [Commented] (HIVE-5567) Add better protection code for SARGs

2013-10-16 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13797202#comment-13797202 ] Owen O'Malley commented on HIVE-5567: - The exception looks like: {code} Caused by:

[jira] [Created] (HIVE-5569) SARG could support the newer data types decimal, date, and timestamp

2013-10-16 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-5569: --- Summary: SARG could support the newer data types decimal, date, and timestamp Key: HIVE-5569 URL: https://issues.apache.org/jira/browse/HIVE-5569 Project: Hive

[jira] [Updated] (HIVE-5567) Add better protection code for SARGs

2013-10-16 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-5567: Status: Patch Available (was: Open) Add better protection code for SARGs

[jira] [Commented] (HIVE-5235) Infinite loop with ORC file and Hive 0.11

2013-10-10 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13791716#comment-13791716 ] Owen O'Malley commented on HIVE-5235: - Pere, thanks again for the example orc file.

[jira] [Commented] (HIVE-5235) Infinite loop with ORC file and Hive 0.11

2013-10-10 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13791969#comment-13791969 ] Owen O'Malley commented on HIVE-5235: - That would be great. Infinite loop with ORC

[jira] [Commented] (HIVE-5235) Infinite loop with ORC file and Hive 0.11

2013-10-10 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13792031#comment-13792031 ] Owen O'Malley commented on HIVE-5235: - Pere, Could you also try to turn off the

[jira] [Commented] (HIVE-5207) Support data encryption for Hive tables

2013-10-08 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13789356#comment-13789356 ] Owen O'Malley commented on HIVE-5207: - This patch won't compile, because Hive has to

[jira] [Commented] (HIVE-5235) Infinite loop with ORC file and Hive 0.11

2013-10-04 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13786267#comment-13786267 ] Owen O'Malley commented on HIVE-5235: - Ok, here is the current state. We know that the

[jira] [Commented] (HIVE-5364) NPE on some queries from partitioned orc table

2013-10-02 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13784168#comment-13784168 ] Owen O'Malley commented on HIVE-5364: - This patch fixes both problems. NPE on some

[jira] [Created] (HIVE-5425) Provide a configuration option to control the default stripe size for ORC

2013-10-02 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-5425: --- Summary: Provide a configuration option to control the default stripe size for ORC Key: HIVE-5425 URL: https://issues.apache.org/jira/browse/HIVE-5425 Project: Hive

[jira] [Commented] (HIVE-5364) NPE on some queries from partitioned orc table

2013-10-02 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13784515#comment-13784515 ] Owen O'Malley commented on HIVE-5364: - I don't think the vectorized input has merged

[jira] [Created] (HIVE-5401) Array Out Of Bounds in OrcRecordReader

2013-09-30 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-5401: --- Summary: Array Out Of Bounds in OrcRecordReader Key: HIVE-5401 URL: https://issues.apache.org/jira/browse/HIVE-5401 Project: Hive Issue Type: Bug

[jira] [Commented] (HIVE-5364) NPE on some queries from partitioned orc table

2013-09-26 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13778850#comment-13778850 ] Owen O'Malley commented on HIVE-5364: - Sorry, Sergey. It is an NPE. {code} Diagnostic

[jira] [Created] (HIVE-5364) NPE on some queries from partitioned orc table

2013-09-25 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-5364: --- Summary: NPE on some queries from partitioned orc table Key: HIVE-5364 URL: https://issues.apache.org/jira/browse/HIVE-5364 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-5364) NPE on some queries from partitioned orc table

2013-09-25 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-5364: This only happens in Hive trunk. NPE on some queries from partitioned orc table

[jira] [Commented] (HIVE-5235) Infinite loop with ORC file and Hive 0.11

2013-09-23 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13774790#comment-13774790 ] Owen O'Malley commented on HIVE-5235: - Pere, If when you regenerate the data, the

[jira] [Updated] (HIVE-5317) Implement insert, update, and delete in Hive with full ACID support

2013-09-19 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-5317: Attachment: InsertUpdatesinHive.pdf Here are my thoughts about how it can be approached.

[jira] [Commented] (HIVE-5317) Implement insert, update, and delete in Hive with full ACID support

2013-09-19 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772115#comment-13772115 ] Owen O'Malley commented on HIVE-5317: - Bikas, In Hive if the client disappears, the

[jira] [Commented] (HIVE-5317) Implement insert, update, and delete in Hive with full ACID support

2013-09-19 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772028#comment-13772028 ] Owen O'Malley commented on HIVE-5317: - Expanding on Alan's comments: * The HBase scan

[jira] [Created] (HIVE-5317) Implement insert, update, and delete in Hive with full ACID support

2013-09-18 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-5317: --- Summary: Implement insert, update, and delete in Hive with full ACID support Key: HIVE-5317 URL: https://issues.apache.org/jira/browse/HIVE-5317 Project: Hive

[jira] [Commented] (HIVE-5235) Infinite loop with ORC file and Hive 0.1

2013-09-11 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13764749#comment-13764749 ] Owen O'Malley commented on HIVE-5235: - Does the stack trace change? Or is it always

[jira] [Commented] (HIVE-5102) ORC getSplits should create splits based the stripes

2013-09-10 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763726#comment-13763726 ] Owen O'Malley commented on HIVE-5102: - I've uploaded a new patch to phabricator, but it

[jira] [Updated] (HIVE-5091) ORC files should have an option to pad stripes to the HDFS block boundaries

2013-08-28 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-5091: Component/s: File Formats ORC files should have an option to pad stripes to the HDFS block

[jira] [Updated] (HIVE-5102) ORC getSplits should create splits based the stripes

2013-08-28 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-5102: Status: Patch Available (was: Open) ORC getSplits should create splits based the stripes

[jira] [Created] (HIVE-5159) Change the kind fields in ORC's proto file to optional

2013-08-27 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-5159: --- Summary: Change the kind fields in ORC's proto file to optional Key: HIVE-5159 URL: https://issues.apache.org/jira/browse/HIVE-5159 Project: Hive Issue Type:

[jira] [Commented] (HIVE-5107) Change hive's build to maven

2013-08-20 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13745083#comment-13745083 ] Owen O'Malley commented on HIVE-5107: - Suggestions: * separate the ql and exec jars. We

[jira] [Assigned] (HIVE-5112) Upgrade protobuf to 2.5 from 2.4

2013-08-20 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley reassigned HIVE-5112: --- Assignee: Owen O'Malley Upgrade protobuf to 2.5 from 2.4

[jira] [Updated] (HIVE-5112) Upgrade protobuf to 2.5 from 2.4

2013-08-20 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-5112: Status: Patch Available (was: Open) Upgrade protobuf to 2.5 from 2.4

[jira] [Commented] (HIVE-5112) Upgrade protobuf to 2.5 from 2.4

2013-08-20 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13745476#comment-13745476 ] Owen O'Malley commented on HIVE-5112: - Obviously, part of what Maven helps with is

[jira] [Resolved] (HIVE-3193) cannot query views using qualified table references

2013-08-20 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley resolved HIVE-3193. - Resolution: Fixed I can't reproduce it in Hive 0.11. cannot query views using

[jira] [Reopened] (HIVE-3193) cannot query views using qualified table references

2013-08-20 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley reopened HIVE-3193: - cannot query views using qualified table references

[jira] [Resolved] (HIVE-3193) cannot query views using qualified table references

2013-08-20 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley resolved HIVE-3193. - Resolution: Cannot Reproduce cannot query views using qualified table references

[jira] [Created] (HIVE-5102) ORC getSplits should create splits based the stripes

2013-08-15 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-5102: --- Summary: ORC getSplits should create splits based the stripes Key: HIVE-5102 URL: https://issues.apache.org/jira/browse/HIVE-5102 Project: Hive Issue Type:

[jira] [Created] (HIVE-5091) ORC files should have an option to pad stripes to the HDFS block boundaries

2013-08-14 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-5091: --- Summary: ORC files should have an option to pad stripes to the HDFS block boundaries Key: HIVE-5091 URL: https://issues.apache.org/jira/browse/HIVE-5091 Project: Hive

[jira] [Commented] (HIVE-5091) ORC files should have an option to pad stripes to the HDFS block boundaries

2013-08-14 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13740052#comment-13740052 ] Owen O'Malley commented on HIVE-5091: - This patch: * Adds a new table property

[jira] [Commented] (HIVE-4245) Implement numeric dictionaries in ORC

2013-08-14 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13740229#comment-13740229 ] Owen O'Malley commented on HIVE-4245: - Pamela, Could you upload the current patch you

[jira] [Updated] (HIVE-5091) ORC files should have an option to pad stripes to the HDFS block boundaries

2013-08-14 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-5091: Status: Patch Available (was: Open) ORC files should have an option to pad stripes to the

[jira] [Updated] (HIVE-4123) The RLE encoding for ORC can be improved

2013-08-12 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4123: Resolution: Fixed Release Note: I just committed this. Thanks, Prasanth! Status:

[jira] [Created] (HIVE-5067) Add bzip compressor for ORC

2013-08-12 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-5067: --- Summary: Add bzip compressor for ORC Key: HIVE-5067 URL: https://issues.apache.org/jira/browse/HIVE-5067 Project: Hive Issue Type: Bug Components:

[jira] [Updated] (HIVE-4123) The RLE encoding for ORC can be improved

2013-08-11 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4123: Attachment: HIVE-4123.8.txt Reupload to get a fresh jenkins run. The RLE encoding

[jira] [Updated] (HIVE-4123) The RLE encoding for ORC can be improved

2013-08-11 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4123: Attachment: (was: HIVE-4123.8.txt) The RLE encoding for ORC can be improved

[jira] [Updated] (HIVE-4123) The RLE encoding for ORC can be improved

2013-08-11 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4123: Attachment: HIVE-4123.8.txt reupload for jenkins launch The RLE encoding for ORC

[jira] [Issue Comment Deleted] (HIVE-4123) The RLE encoding for ORC can be improved

2013-08-11 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4123: Comment: was deleted (was: Reupload to get a fresh jenkins run.) The RLE encoding for ORC can

[jira] [Updated] (HIVE-4123) The RLE encoding for ORC can be improved

2013-08-11 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4123: Attachment: HIVE-4123-8.patch trying jenkins again The RLE encoding for ORC can

[jira] [Updated] (HIVE-4123) The RLE encoding for ORC can be improved

2013-08-11 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4123: Attachment: HIVE-4123.patch.txt still trying to get a rebuild The RLE encoding

[jira] [Commented] (HIVE-4123) The RLE encoding for ORC can be improved

2013-08-10 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13736097#comment-13736097 ] Owen O'Malley commented on HIVE-4123: - +1, it looks good to me. The

[jira] [Commented] (HIVE-4579) Create a SARG interface for RecordReaders

2013-08-10 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13736103#comment-13736103 ] Owen O'Malley commented on HIVE-4579: - All of the unit tests pass on my machine and

[jira] [Commented] (HIVE-4579) Create a SARG interface for RecordReaders

2013-08-10 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13736162#comment-13736162 ] Owen O'Malley commented on HIVE-4579: - Ed, I changed the Stack to a Deque with the

[jira] [Commented] (HIVE-4579) Create a SARG interface for RecordReaders

2013-08-10 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13736172#comment-13736172 ] Owen O'Malley commented on HIVE-4579: - Ed, I forgot to answer your previous question.

[jira] [Updated] (HIVE-4324) ORC Turn off dictionary encoding when number of distinct keys is greater than threshold

2013-08-09 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4324: Status: Open (was: Patch Available) ORC Turn off dictionary encoding when number of distinct

[jira] [Updated] (HIVE-4324) ORC Turn off dictionary encoding when number of distinct keys is greater than threshold

2013-08-09 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4324: Status: Patch Available (was: Open) Toggling patch available to try to get a rebuild by jenkins.

[jira] [Updated] (HIVE-4324) ORC Turn off dictionary encoding when number of distinct keys is greater than threshold

2013-08-09 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4324: Attachment: HIVE-4324.D12045.2.patch re-uploading the same patch to retry jenkins job

[jira] [Commented] (HIVE-4123) The RLE encoding for ORC can be improved

2013-08-09 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13735414#comment-13735414 ] Owen O'Malley commented on HIVE-4123: - Thanks, Prasanth! This is looking good. I can't

[jira] [Commented] (HIVE-4579) Create a SARG interface for RecordReaders

2013-08-09 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13735462#comment-13735462 ] Owen O'Malley commented on HIVE-4579: - Eric, In the current subset of SARGS, it isn't

[jira] [Created] (HIVE-5049) Create an ORC test case that has a 0.11 ORC file

2013-08-09 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-5049: --- Summary: Create an ORC test case that has a 0.11 ORC file Key: HIVE-5049 URL: https://issues.apache.org/jira/browse/HIVE-5049 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-5050) Modify TestSearchArgumentImpl to using the API instead of serialized xml.

2013-08-09 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-5050: --- Summary: Modify TestSearchArgumentImpl to using the API instead of serialized xml. Key: HIVE-5050 URL: https://issues.apache.org/jira/browse/HIVE-5050 Project: Hive

[jira] [Created] (HIVE-5030) have fetchoperator provide all of the partition directories to the input format

2013-08-08 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-5030: --- Summary: have fetchoperator provide all of the partition directories to the input format Key: HIVE-5030 URL: https://issues.apache.org/jira/browse/HIVE-5030 Project:

[jira] [Commented] (HIVE-4990) ORC seeks fails with non-zero offset or column projection

2013-08-08 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13734066#comment-13734066 ] Owen O'Malley commented on HIVE-4990: - I committed this to trunk and branch-0.11.

[jira] [Updated] (HIVE-4990) ORC seeks fails with non-zero offset or column projection

2013-08-08 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4990: Resolution: Fixed Status: Resolved (was: Patch Available) ORC seeks fails with

[jira] [Updated] (HIVE-4990) ORC seeks fails with non-zero offset or column projection

2013-08-08 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4990: Fix Version/s: 0.12.0 ORC seeks fails with non-zero offset or column projection

[jira] [Updated] (HIVE-4886) beeline code should have apache license headers

2013-08-07 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4886: Resolution: Fixed Fix Version/s: 0.12.0 Status: Resolved (was: Patch Available)

[jira] [Updated] (HIVE-4324) ORC Turn off dictionary encoding when number of distinct keys is greater than threshold

2013-08-07 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4324: Fix Version/s: 0.12.0 Status: Patch Available (was: Open) ORC Turn off dictionary

[jira] [Created] (HIVE-5024) Ensure that the requested blocksize for ORC files is a multiple of 512 bytes.

2013-08-07 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-5024: --- Summary: Ensure that the requested blocksize for ORC files is a multiple of 512 bytes. Key: HIVE-5024 URL: https://issues.apache.org/jira/browse/HIVE-5024 Project:

[jira] [Commented] (HIVE-4123) The RLE encoding for ORC can be improved

2013-08-07 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13733115#comment-13733115 ] Owen O'Malley commented on HIVE-4123: - This is looking good, Prasanth. A couple more

[jira] [Commented] (HIVE-4324) ORC Turn off dictionary encoding when number of distinct keys is greater than threshold

2013-08-06 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13731277#comment-13731277 ] Owen O'Malley commented on HIVE-4324: - This patch is extremely stale. I'm in the middle

[jira] [Commented] (HIVE-4123) The RLE encoding for ORC can be improved

2013-08-06 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13731431#comment-13731431 ] Owen O'Malley commented on HIVE-4123: - * Please remove the FIXME comment * Use the

[jira] [Updated] (HIVE-4990) ORC seeks fails with non-zero offset or column projection

2013-08-05 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4990: Status: Patch Available (was: Open) ORC seeks fails with non-zero offset or column projection

[jira] [Commented] (HIVE-4990) ORC seeks fails with non-zero offset or column projection

2013-08-05 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13729945#comment-13729945 ] Owen O'Malley commented on HIVE-4990: - The fix protects against null in seek and

[jira] [Created] (HIVE-5002) Loosen readRowIndex visibility in ORC's RecordReaderImpl to package private

2013-08-05 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-5002: --- Summary: Loosen readRowIndex visibility in ORC's RecordReaderImpl to package private Key: HIVE-5002 URL: https://issues.apache.org/jira/browse/HIVE-5002 Project: Hive

[jira] [Updated] (HIVE-5002) Loosen readRowIndex visibility in ORC's RecordReaderImpl to package private

2013-08-05 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-5002: Component/s: File Formats Affects Version/s: 0.12.0 Fix Version/s: 0.12.0

[jira] [Updated] (HIVE-5002) Loosen readRowIndex visibility in ORC's RecordReaderImpl to package private

2013-08-05 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-5002: Status: Patch Available (was: Open) Loosen readRowIndex visibility in ORC's RecordReaderImpl

[jira] [Updated] (HIVE-4990) ORC seeks fails with non-zero offset or column projection

2013-08-02 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4990: Affects Version/s: 0.11.0 Fix Version/s: 0.11.1 ORC seeks fails with non-zero offset

[jira] [Created] (HIVE-4990) ORC seeks fails with non-zero offset or column projection

2013-08-02 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-4990: --- Summary: ORC seeks fails with non-zero offset or column projection Key: HIVE-4990 URL: https://issues.apache.org/jira/browse/HIVE-4990 Project: Hive Issue

[jira] [Updated] (HIVE-4990) ORC seeks fails with non-zero offset or column projection

2013-08-02 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4990: Component/s: File Formats ORC seeks fails with non-zero offset or column projection

[jira] [Commented] (HIVE-4123) The RLE encoding for ORC can be improved

2013-07-23 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13717596#comment-13717596 ] Owen O'Malley commented on HIVE-4123: - {quote} 1) In the current implementation, I kept

[jira] [Commented] (HIVE-4886) beeline code should have apache license headers

2013-07-22 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715765#comment-13715765 ] Owen O'Malley commented on HIVE-4886: - This looks fine, except I don't see the required

[jira] [Commented] (HIVE-4123) The RLE encoding for ORC can be improved

2013-07-21 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13714795#comment-13714795 ] Owen O'Malley commented on HIVE-4123: - More comments: * I don't see why bitpack

[jira] [Updated] (HIVE-4724) ORC readers should have a better error detection for non-ORC files

2013-07-20 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4724: Resolution: Fixed Status: Resolved (was: Patch Available) I just committed this.

[jira] [Updated] (HIVE-4724) ORC readers should have a better error detection for non-ORC files

2013-07-20 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4724: Fix Version/s: 0.12.0 0.11.1 ORC readers should have a better error

[jira] [Resolved] (HIVE-4062) use column statistics for ORC to evaluate predicates for ORC

2013-07-20 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley resolved HIVE-4062. - Resolution: Duplicate use column statistics for ORC to evaluate predicates for ORC

[jira] [Commented] (HIVE-4123) The RLE encoding for ORC can be improved

2013-07-18 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712916#comment-13712916 ] Owen O'Malley commented on HIVE-4123: - Comments: * merge Utils into SerializationUtils.

[jira] [Updated] (HIVE-4724) ORC readers should have a better error detection for non-ORC files

2013-07-17 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4724: Status: Patch Available (was: Open) Added comment explaining the version string.

[jira] [Commented] (HIVE-4579) Create a SARG interface for RecordReaders

2013-07-17 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13711611#comment-13711611 ] Owen O'Malley commented on HIVE-4579: - I need to update HIVE-4242, but all that

[jira] [Commented] (HIVE-4724) ORC readers should have a better error detection for non-ORC files

2013-07-17 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13711658#comment-13711658 ] Owen O'Malley commented on HIVE-4724: - We had the discussion about whether to commit

[jira] [Updated] (HIVE-4478) In ORC, add boolean noNulls flag to column stripe metadata

2013-06-28 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4478: Affects Version/s: 0.12.0 In ORC, add boolean noNulls flag to column stripe metadata

[jira] [Resolved] (HIVE-4478) In ORC, add boolean noNulls flag to column stripe metadata

2013-06-28 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley resolved HIVE-4478. - Resolution: Fixed I just committed this to trunk. Thanks, Prasanth! In ORC, add

[jira] [Commented] (HIVE-4324) ORC Turn off dictionary encoding when number of distinct keys is greater than threshold

2013-06-28 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13695768#comment-13695768 ] Owen O'Malley commented on HIVE-4324: - Kevin, Sorry in getting back to you. Yes,

[jira] [Updated] (HIVE-4724) ORC readers should have a better error detection for non-ORC files

2013-06-27 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-4724: Attachment: (was: HIVE-4724.D11529.1.patch) ORC readers should have a better error

[jira] [Commented] (HIVE-4478) In ORC, add boolean noNulls flag to column stripe metadata

2013-06-27 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13694879#comment-13694879 ] Owen O'Malley commented on HIVE-4478: - Prasanth, I don't think we should add the

<    1   2   3   4   5   6   7   >