[jira] Updated: (HIVE-547) NullPointerException in ExecDriver

2009-06-10 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-547: Attachment: HIVE-547.2.patch This patch makes sure we don't output one line per second. The behavior is that

[jira] Reopened: (HIVE-547) NullPointerException in ExecDriver

2009-06-10 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao reopened HIVE-547: - The current behavior is showing one log line per second. This may not be good in case the job runs a long

[jira] Updated: (HIVE-547) NullPointerException in ExecDriver

2009-06-10 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-547: Status: Patch Available (was: Reopened) NullPointerException in ExecDriver

JIRA_HIVE-547.2.patch_UNIT_TEST_SUCCEEDED

2009-06-10 Thread Murli Varadachari
SUCCESS: BUILD AND UNIT TEST using PATCH HIVE-547.2.patch PASSED!!

[jira] Created: (HIVE-555) create temporary function support not only udf, but also udaf, genericudf, etc.

2009-06-10 Thread Min Zhou (JIRA)
create temporary function support not only udf, but also udaf, genericudf, etc. Key: HIVE-555 URL: https://issues.apache.org/jira/browse/HIVE-555 Project: Hadoop Hive

[jira] Updated: (HIVE-460) Improve ColumnPruner to prune more aggressively and keep column information for input tables

2009-06-10 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-460: -- Attachment: hive-460-2009-06-10-2.patch A new patch against trunk code(hive-460-2009-06-10-2.patch) and

[jira] Updated: (HIVE-555) create temporary function support not only udf, but also udaf, genericudf, etc.

2009-06-10 Thread Min Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Min Zhou updated HIVE-555: -- Attachment: HIVE-555-1.patch patch w/o testcase create temporary function support not only udf, but also udaf,

[jira] Updated: (HIVE-521) Move size, if, isnull, isnotnull to GenericUDF

2009-06-10 Thread Min Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Min Zhou updated HIVE-521: -- Attachment: HIVE-521-all-v2.patch fixed issues commented by Zheng, UDFArgumentException and

[jira] Updated: (HIVE-521) Move size, if, isnull, isnotnull to GenericUDF

2009-06-10 Thread Min Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Min Zhou updated HIVE-521: -- Attachment: HIVE-521-all-v3.patch catch UDFArgumentLengthException. Move size, if, isnull, isnotnull to

[jira] Created: (HIVE-556) let hive support theta join

2009-06-10 Thread Min Zhou (JIRA)
let hive support theta join --- Key: HIVE-556 URL: https://issues.apache.org/jira/browse/HIVE-556 Project: Hadoop Hive Issue Type: New Feature Affects Versions: 0.4.0 Reporter: Min Zhou