[jira] Assigned: (HIVE-893) Thrift serde doesn't work with the new version of thrift

2009-10-20 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reassigned HIVE-893: --- Assignee: Ning Zhang Thrift serde doesn't work with the new version of thrift

[jira] Updated: (HIVE-893) Thrift serde doesn't work with the new version of thrift

2009-10-20 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-893: Attachment: Hive-893.patch patch attached. Thrift serde doesn't work with the new version of thrift

[jira] Assigned: (HIVE-887) Allow SELECT col without a mapreduce job

2009-10-19 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reassigned HIVE-887: --- Assignee: Ning Zhang Allow SELECT col without a mapreduce job

[jira] Commented: (HIVE-887) Allow SELECT col without a mapreduce job

2009-10-19 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767379#action_12767379 ] Ning Zhang commented on HIVE-887: - Currently the query select * from T [limit n] will

[jira] Commented: (HIVE-887) Allow SELECT col without a mapreduce job

2009-10-19 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767442#action_12767442 ] Ning Zhang commented on HIVE-887: - After looking more carefully at the code, the fetch task

[jira] Commented: (HIVE-881) CTAS does not work on with fields terminator

2009-10-19 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767588#action_12767588 ] Ning Zhang commented on HIVE-881: - It's probably not hard to create external table in CTAS.

[jira] Updated: (HIVE-881) CTAS does not work on with fields terminator

2009-10-16 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-881: Attachment: Hive-881.patch Hive-881.patch fixes this bug. CTAS does not work on with fields terminator

[jira] Updated: (HIVE-881) CTAS does not work on with fields terminator

2009-10-16 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-881: Attachment: Hive-881_2.patch add support to LineTerminator, FieldEscape, etc in row format. Also fixed an

[jira] Created: (HIVE-881) CTAS does not work on with fields terminator

2009-10-15 Thread Ning Zhang (JIRA)
CTAS does not work on with fields terminator Key: HIVE-881 URL: https://issues.apache.org/jira/browse/HIVE-881 Project: Hadoop Hive Issue Type: Bug Reporter: Ning Zhang

[jira] Created: (HIVE-875) Hive server does not work with standalone mode

2009-10-14 Thread Ning Zhang (JIRA)
Hive server does not work with standalone mode -- Key: HIVE-875 URL: https://issues.apache.org/jira/browse/HIVE-875 Project: Hadoop Hive Issue Type: Bug Reporter: Ning Zhang

[jira] Assigned: (HIVE-876) UDFOPNegative should deal with NULL gracefully

2009-10-14 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reassigned HIVE-876: --- Assignee: Ning Zhang UDFOPNegative should deal with NULL gracefully

[jira] Updated: (HIVE-876) UDFOPNegative should deal with NULL gracefully

2009-10-14 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-876: Attachment: Hive-876.patch fixes the issue. UDFOPNegative should deal with NULL gracefully

[jira] Created: (HIVE-877) error with cast(null as short)

2009-10-14 Thread Ning Zhang (JIRA)
error with cast(null as short) -- Key: HIVE-877 URL: https://issues.apache.org/jira/browse/HIVE-877 Project: Hadoop Hive Issue Type: Bug Reporter: Ning Zhang Assignee: Ning Zhang also

[jira] Updated: (HIVE-877) error with cast(null as short)

2009-10-14 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-877: Attachment: Hive-877.patch Verified this is not a bug, but a syntax error in the test case. Adding the two

[jira] Updated: (HIVE-865) mapjoin: memory leak for same key with very large number of values

2009-10-05 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-865: Attachment: HIVE-865.patch This patch added solves the Out-of-memory exception thrown by MapJoinOperator.

[jira] Updated: (HIVE-865) mapjoin: memory leak for same key with very large number of values

2009-10-05 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-865: Attachment: HIVE-865_2.patch Cleaned up the comments in HIVE-865_2.patch mapjoin: memory leak for same key

[jira] Commented: (HIVE-784) Support subqueries in Hive

2009-10-05 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12762346#action_12762346 ] Ning Zhang commented on HIVE-784: - Subqueries can be correlated or uncorrelated to its outer

[jira] Created: (HIVE-870) semi joins

2009-10-05 Thread Ning Zhang (JIRA)
semi joins -- Key: HIVE-870 URL: https://issues.apache.org/jira/browse/HIVE-870 Project: Hadoop Hive Issue Type: New Feature Reporter: Ning Zhang Assignee: Ning Zhang Semi-join is an efficient way to unnest

[jira] Commented: (HIVE-784) Support subqueries in Hive

2009-10-05 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12762453#action_12762453 ] Ning Zhang commented on HIVE-784: - Created a new task HIVE-870 for semi-join. Hive users

[jira] Commented: (HIVE-865) mapjoin: memory leak for same key with very large number of values

2009-10-02 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12761667#action_12761667 ] Ning Zhang commented on HIVE-865: - The mem leak turns out to be caused by the MRU cache

[jira] Updated: (HIVE-31) Hive: support CREATE TABLE xxx SELECT yyy.* FROM yyy

2009-09-30 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-31: --- Attachment: HIVE-31_2.patch fixes issues raised by Namit and Prasad. 1) output file is the table only in the

[jira] Commented: (HIVE-31) Hive: support CREATE TABLE xxx SELECT yyy.* FROM yyy

2009-09-30 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12760983#action_12760983 ] Ning Zhang commented on HIVE-31: Additional changes in HIVE-31_2.patch: 3) added sort by and

[jira] Updated: (HIVE-31) Hive: support CREATE TABLE xxx SELECT yyy.* FROM yyy

2009-09-29 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-31: --- Attachment: HIVE-31.patch Attaching HIVE-31.patch. This patch implements the CTAS feature: 1) The select

[jira] Assigned: (HIVE-784) Support subqueries in Hive

2009-09-29 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reassigned HIVE-784: --- Assignee: Ning Zhang Support subqueries in Hive -- Key:

[jira] Commented: (HIVE-31) Hive: support CREATE TABLE xxx SELECT yyy.* FROM yyy

2009-09-29 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12760728#action_12760728 ] Ning Zhang commented on HIVE-31: Namit's comments: Due to jira connection problems (and

[jira] Commented: (HIVE-31) Hive: support CREATE TABLE xxx SELECT yyy.* FROM yyy

2009-09-29 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12760775#action_12760775 ] Ning Zhang commented on HIVE-31: Chatted with Prasad offline. The decision to move the task of

[jira] Commented: (HIVE-819) Add lazy decompress ability to RCFile

2009-09-21 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757989#action_12757989 ] Ning Zhang commented on HIVE-819: - Looks good. +1 Add lazy decompress ability to RCFile

[jira] Commented: (HIVE-819) Add lazy decompress ability to RCFile

2009-09-17 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12756674#action_12756674 ] Ning Zhang commented on HIVE-819: - A few general comments: 1) Can you briefly summarize

[jira] Updated: (HIVE-790) race condition related to ScriptOperator + UnionOperator

2009-09-01 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-790: Attachment: Hive_790_0.4.0.patch patch Hive_790_0.4.0.patch is the patch for branch 0.4.0. race condition

[jira] Updated: (HIVE-756) performance improvement for RCFile and ColumnarSerDe in Hive

2009-08-31 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-756: Attachment: hive-756_3.patch the patch hive-756_3.patch fixed the issue in select * from t. Passed all unit

[jira] Commented: (HIVE-790) race condition related to ScriptOperator + UnionOperator

2009-08-31 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12749757#action_12749757 ] Ning Zhang commented on HIVE-790: - Tested performance on a larger data set: the base table is

[jira] Updated: (HIVE-790) race condition related to ScriptOperator + UnionOperator

2009-08-28 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-790: Attachment: Hive-790_4.patch Attached a new patch Hive-790_4.patch that solves some other issues when

[jira] Commented: (HIVE-790) race condition related to ScriptOperator + UnionOperator

2009-08-27 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12748279#action_12748279 ] Ning Zhang commented on HIVE-790: - These functions lacks the CLOSE state check at the

[jira] Commented: (HIVE-790) race condition related to ScriptOperator + UnionOperator

2009-08-27 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12748477#action_12748477 ] Ning Zhang commented on HIVE-790: - Discussed with Zheng offline. Zheng's proposal works as

[jira] Updated: (HIVE-790) race condition related to ScriptOperator + UnionOperator

2009-08-27 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-790: Attachment: Hive-790_3.patch Incorporated Zheng's comments. race condition related to ScriptOperator +

[jira] Commented: (HIVE-790) race condition related to ScriptOperator + UnionOperator

2009-08-27 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12748522#action_12748522 ] Ning Zhang commented on HIVE-790: - Measured the performance of UnionOperator.processOp() sync

[jira] Commented: (HIVE-790) race condition related to ScriptOperator + UnionOperator

2009-08-27 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12748527#action_12748527 ] Ning Zhang commented on HIVE-790: - BTW, the performance testing is on the test cluster, so no

[jira] Updated: (HIVE-790) race condition related to ScriptOperator + UnionOperator

2009-08-26 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-790: Attachment: Hive-790.patch This patch solves the bug in UNION ALL two SCRIPT operators but only show

[jira] Commented: (HIVE-790) race condition related to ScriptOperator + UnionOperator

2009-08-26 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12748262#action_12748262 ] Ning Zhang commented on HIVE-790: - @zheng, I'll fix the comment and the test query. As for

[jira] Updated: (HIVE-790) race condition related to ScriptOperator + UnionOperator

2009-08-26 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-790: Attachment: Hive-790_2.patch This patch incorporated Zheng's comments. Also changed the

[jira] Commented: (HIVE-790) race condition related to ScriptOperator + UnionOperator

2009-08-25 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12747574#action_12747574 ] Ning Zhang commented on HIVE-790: - The above query still has semantics analysis error. Here's

[jira] Commented: (HIVE-790) race condition related to ScriptOperator + UnionOperator

2009-08-25 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12747624#action_12747624 ] Ning Zhang commented on HIVE-790: - The 6-row one is correct since it is union all operator.

[jira] Commented: (HIVE-790) race condition related to ScriptOperator + UnionOperator

2009-08-25 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12747659#action_12747659 ] Ning Zhang commented on HIVE-790: - Another related bug: -- bug1 select * from ( select

[jira] Commented: (HIVE-790) race condition related to ScriptOperator + UnionOperator

2009-08-25 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12747681#action_12747681 ] Ning Zhang commented on HIVE-790: - Found out the reason for bug2: nzhang_tt is stored as

[jira] Created: (HIVE-796) RCFile results missing columns from UNION ALL

2009-08-25 Thread Ning Zhang (JIRA)
RCFile results missing columns from UNION ALL - Key: HIVE-796 URL: https://issues.apache.org/jira/browse/HIVE-796 Project: Hadoop Hive Issue Type: Bug Reporter: Ning Zhang create

[jira] Commented: (HIVE-796) RCFile results missing columns from UNION ALL

2009-08-25 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12747768#action_12747768 ] Ning Zhang commented on HIVE-796: - Great! it works. Thanks for the quick fix. RCFile

[jira] Created: (HIVE-784) Support subqueries in Hive

2009-08-24 Thread Ning Zhang (JIRA)
Support subqueries in Hive -- Key: HIVE-784 URL: https://issues.apache.org/jira/browse/HIVE-784 Project: Hadoop Hive Issue Type: New Feature Components: Query Processor Reporter: Ning Zhang

[jira] Updated: (HIVE-784) Support subqueries in Hive

2009-08-24 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-784: Description: Hive currently only support views in the FROM-clause, some Facebook use cases suggest that Hive

[jira] Updated: (HIVE-778) add describe div

2009-08-24 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-778: Attachment: hive-778.patch This patch include the fix in the Hive.g to allow passing UDF's that appear to

[jira] Commented: (HIVE-774) Fix the behavior of / and add DIV

2009-08-20 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12745492#action_12745492 ] Ning Zhang commented on HIVE-774: - It's a good point Edward. In fact SQL does not standardize

[jira] Commented: (HIVE-778) add describe div

2009-08-20 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12745661#action_12745661 ] Ning Zhang commented on HIVE-778: - The current revision does not support describe function

[jira] Updated: (HIVE-774) Fix the behavior of / and add DIV

2009-08-19 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-774: Attachment: hive-774.patch Fix the behavior of / and add DIV -

[jira] Created: (HIVE-776) make div as infix operator

2009-08-19 Thread Ning Zhang (JIRA)
make div as infix operator -- Key: HIVE-776 URL: https://issues.apache.org/jira/browse/HIVE-776 Project: Hadoop Hive Issue Type: Bug Reporter: Ning Zhang -- This message is automatically generated by

[jira] Assigned: (HIVE-776) make div as infix operator

2009-08-19 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reassigned HIVE-776: --- Assignee: Ning Zhang make div as infix operator -- Key:

[jira] Updated: (HIVE-776) make div as infix operator

2009-08-19 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-776: Attachment: hive-776.patch make div as infix operator -- Key:

[jira] Updated: (HIVE-776) make div as infix operator

2009-08-19 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-776: Status: Patch Available (was: Open) make div as infix operator --

[jira] Commented: (HIVE-756) performance improvement for RCFile and ColumnarSerDe in Hive

2009-08-18 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744600#action_12744600 ] Ning Zhang commented on HIVE-756: - Good point Yongqiang. I'll check whether there is any plac

[jira] Commented: (HIVE-756) performance improvement for RCFile and ColumnarSerDe in Hive

2009-08-18 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744635#action_12744635 ] Ning Zhang commented on HIVE-756: - The ret.set(i, BytesRefWritable.ZeroBytesRefWritable); in

[jira] Commented: (HIVE-756) performance improvement for RCFile and ColumnarSerDe in Hive

2009-08-17 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744176#action_12744176 ] Ning Zhang commented on HIVE-756: - @zheng, 1) line 122 in the patch should take care of this:

[jira] Updated: (HIVE-756) performance improvement for RCFile and ColumnarSerDe in Hive

2009-08-17 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-756: Attachment: hive-756_2.patch another patch containing changes addressing some of the comments.

[jira] Created: (HIVE-756) performance improvement for RCFile and ColumnarSerDe in Hive

2009-08-14 Thread Ning Zhang (JIRA)
performance improvement for RCFile and ColumnarSerDe in Hive Key: HIVE-756 URL: https://issues.apache.org/jira/browse/HIVE-756 Project: Hadoop Hive Issue Type: Improvement

[jira] Updated: (HIVE-756) performance improvement for RCFile and ColumnarSerDe in Hive

2009-08-14 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-756: Attachment: hive-756.patch performance improvement for RCFile and ColumnarSerDe in Hive

[jira] Assigned: (HIVE-747) void type (null column) cannot be UNIONed with other type

2009-08-11 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reassigned HIVE-747: --- Assignee: Ning Zhang void type (null column) cannot be UNIONed with other type

[jira] Created: (HIVE-747) void type (null column) cannot be UNIONed with other type

2009-08-11 Thread Ning Zhang (JIRA)
void type (null column) cannot be UNIONed with other type - Key: HIVE-747 URL: https://issues.apache.org/jira/browse/HIVE-747 Project: Hadoop Hive Issue Type: Bug Components:

[jira] Commented: (HIVE-734) problem in dealing with null

2009-08-11 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12741956#action_12741956 ] Ning Zhang commented on HIVE-734: - Namit, thanks for the comments! I have started a new JIRA

[jira] Updated: (HIVE-734) problem in dealing with null

2009-08-11 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-734: Attachment: 734.patch fix attached. problem in dealing with null

[jira] Commented: (HIVE-734) problem in dealing with null

2009-08-11 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12742129#action_12742129 ] Ning Zhang commented on HIVE-734: - Cool! Thank you very much! Ning problem in dealing

[jira] Commented: (HIVE-734) problem in dealing with null

2009-08-07 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12740544#action_12740544 ] Ning Zhang commented on HIVE-734: - That's great! It works (and my test queries on NULL also

[jira] Commented: (HIVE-734) problem in dealing with null

2009-08-07 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12740650#action_12740650 ] Ning Zhang commented on HIVE-734: - BTW, I tried joins and it doesn't handle NULL semantics

[jira] Commented: (HIVE-734) problem in dealing with null

2009-08-07 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12740834#action_12740834 ] Ning Zhang commented on HIVE-734: - In the failing query, there is no column corresponding to

[jira] Created: (HIVE-741) NULL is not handled correctly in join

2009-08-07 Thread Ning Zhang (JIRA)
NULL is not handled correctly in join - Key: HIVE-741 URL: https://issues.apache.org/jira/browse/HIVE-741 Project: Hadoop Hive Issue Type: Bug Reporter: Ning Zhang Assignee: Ning

[jira] Updated: (HIVE-741) NULL is not handled correctly in join

2009-08-07 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-741: Description: With the following data in table input4_cb: KeyValue -- NULL

[jira] Commented: (HIVE-734) problem in dealing with null

2009-08-06 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12740277#action_12740277 ] Ning Zhang commented on HIVE-734: - Thanks guys! I figured that out too. Debugging now.

[jira] Commented: (HIVE-734) problem in dealing with null

2009-08-06 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12740353#action_12740353 ] Ning Zhang commented on HIVE-734: - The error is threw during semantic analysis where the

[jira] Commented: (HIVE-734) problem in dealing with null

2009-08-06 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12740388#action_12740388 ] Ning Zhang commented on HIVE-734: - Thanks for the pointer Zheng. We certainly can use

[jira] Commented: (HIVE-734) problem in dealing with null

2009-08-06 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12740406#action_12740406 ] Ning Zhang commented on HIVE-734: - I wasn't able to get an example in HIVE. I tried to insert

[jira] Assigned: (HIVE-651) cleanup for group by in semanticanalyzer

2009-08-03 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reassigned HIVE-651: --- Assignee: (was: Ning Zhang) cleanup for group by in semanticanalyzer

[jira] Assigned: (HIVE-594) Add isNull, hashCode, equals, compareTo to ObjectInspector

2009-08-03 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reassigned HIVE-594: --- Assignee: (was: Ning Zhang) Add isNull, hashCode, equals, compareTo to ObjectInspector

[jira] Assigned: (HIVE-535) Memory-efficient hash-based Aggregation

2009-08-03 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reassigned HIVE-535: --- Assignee: (was: Ning Zhang) Memory-efficient hash-based Aggregation

[jira] Assigned: (HIVE-584) Clean up global and ThreadLocal variables in Hive

2009-08-03 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reassigned HIVE-584: --- Assignee: (was: Ning Zhang) Clean up global and ThreadLocal variables in Hive

[jira] Assigned: (HIVE-51) Generate and accept JSON as the input-output format from mappers and reducers

2009-07-23 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reassigned HIVE-51: -- Assignee: Ning Zhang (was: Zheng Shao) Generate and accept JSON as the input-output format from mappers

[jira] Assigned: (HIVE-594) Add isNull, hashCode, equals, compareTo to ObjectInspector

2009-07-23 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reassigned HIVE-594: --- Assignee: Ning Zhang (was: Zheng Shao) Add isNull, hashCode, equals, compareTo to ObjectInspector

[jira] Assigned: (HIVE-651) cleanup for group by in semanticanalyzer

2009-07-23 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reassigned HIVE-651: --- Assignee: Ning Zhang cleanup for group by in semanticanalyzer

[jira] Assigned: (HIVE-535) Memory-efficient hash-based Aggregation

2009-07-23 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reassigned HIVE-535: --- Assignee: Ning Zhang Memory-efficient hash-based Aggregation ---

[jira] Assigned: (HIVE-570) Ability to monitor the progress of a query

2009-07-23 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reassigned HIVE-570: --- Assignee: Ning Zhang Ability to monitor the progress of a query

[jira] Assigned: (HIVE-584) Clean up global and ThreadLocal variables in Hive

2009-07-23 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reassigned HIVE-584: --- Assignee: Ning Zhang Clean up global and ThreadLocal variables in Hive

<    2   3   4   5   6   7