[jira] Created: (HIVE-283) partition pruning not happening for uppercase table aliases

2009-02-09 Thread Venky Iyer (JIRA)
partition pruning not happening for uppercase table aliases --- Key: HIVE-283 URL: https://issues.apache.org/jira/browse/HIVE-283 Project: Hadoop Hive Issue Type: Bug

[jira] Commented: (HIVE-79) Print number of raws inserted to table(s) when the query is finished.

2009-02-09 Thread Joydeep Sen Sarma (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12672035#action_12672035 ] Joydeep Sen Sarma commented on HIVE-79: --- Hey Namit - isn't there a new SemanticAnalyzer

[jira] Commented: (HIVE-79) Print number of raws inserted to table(s) when the query is finished.

2009-02-09 Thread Joydeep Sen Sarma (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12672040#action_12672040 ] Joydeep Sen Sarma commented on HIVE-79: --- we should also do this for insert overwrite

[jira] Updated: (HIVE-79) Print number of rows inserted to table(s) when the query is finished.

2009-02-09 Thread Prasad Chakka (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasad Chakka updated HIVE-79: -- Summary: Print number of rows inserted to table(s) when the query is finished. (was: Print number of

[jira] Created: (HIVE-284) Column pruning after join+group-by query

2009-02-09 Thread Zheng Shao (JIRA)
Column pruning after join+group-by query Key: HIVE-284 URL: https://issues.apache.org/jira/browse/HIVE-284 Project: Hadoop Hive Issue Type: Improvement Affects Versions: 0.2.0, 0.3.0

[jira] Commented: (HIVE-284) Column pruning after join+group-by query

2009-02-09 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12672053#action_12672053 ] Namit Jain commented on HIVE-284: - Thats right - currently, column pruning is only on top of

[jira] Commented: (HIVE-278) Add HiveHistory to Hive web interface

2009-02-09 Thread Ashish Thusoo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12672056#action_12672056 ] Ashish Thusoo commented on HIVE-278: Just follow the example in the test

[jira] Commented: (HIVE-285) UNION ALL does not allow different types in the same column

2009-02-09 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12672112#action_12672112 ] Zheng Shao commented on HIVE-285: - {code} ABSTRACT SYNTAX TREE: (TOK_QUERY (TOK_FROM

[jira] Commented: (HIVE-278) Add HiveHistory to Hive web interface

2009-02-09 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12672117#action_12672117 ] Edward Capriolo commented on HIVE-278: -- I did try to follow the test case. The issue I

[jira] Assigned: (HIVE-283) partition pruning not happening for uppercase table aliases

2009-02-09 Thread Ashish Thusoo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Thusoo reassigned HIVE-283: -- Assignee: Ashish Thusoo partition pruning not happening for uppercase table aliases

protocol buffers

2009-02-09 Thread Joydeep Sen Sarma
From first looks - it's very much like thrift from an encoding perspective. Prefixes fields with fieldid's (so not very compact). It does use variable sized ints etc - so that's better than thrift. http://code.google.com/apis/protocolbuffers/docs/encoding.html I looked at the generated code

[jira] Updated: (HIVE-283) partition pruning not happening for uppercase table aliases

2009-02-09 Thread Ashish Thusoo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Thusoo updated HIVE-283: --- Attachment: patch-283.txt One line fix. We were not using equalsIgnoreCase in PartitionPruner.

[jira] Updated: (HIVE-283) partition pruning not happening for uppercase table aliases

2009-02-09 Thread Ashish Thusoo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Thusoo updated HIVE-283: --- Status: Patch Available (was: Open) submitted. partition pruning not happening for uppercase table

[jira] Commented: (HIVE-283) partition pruning not happening for uppercase table aliases

2009-02-09 Thread Prasad Chakka (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12672134#action_12672134 ] Prasad Chakka commented on HIVE-283: +1 partition pruning not happening for uppercase

JIRA_patch-283.txt_UNIT_TEST_SUCCEEDED

2009-02-09 Thread Murli Varadachari
SUCCESS: BUILD AND UNIT TEST using PATCH patch-283.txt PASSED!!