[jira] [Commented] (HIVE-12502) to_date UDF cannot accept NULLs of VOID type

2015-12-23 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15070540#comment-15070540 ] Aaron Tokhy commented on HIVE-12502: Sure, will do. > to_date UDF cannot accept NULLs of VOID type >

[jira] [Updated] (HIVE-12502) to_date UDF cannot accept NULLs of VOID type

2015-12-10 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Tokhy updated HIVE-12502: --- Attachment: HIVE-12502.1.patch > to_date UDF cannot accept NULLs of VOID type >

[jira] [Commented] (HIVE-12502) to_date UDF cannot accept NULLs of VOID type

2015-12-10 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15052191#comment-15052191 ] Aaron Tokhy commented on HIVE-12502: I've submitted a patch with an associated unit test. > to_date

[jira] [Updated] (HIVE-12502) to_date UDF cannot accept NULLs of VOID type

2015-12-10 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Tokhy updated HIVE-12502: --- Attachment: HIVE-12502-branch-1.patch HIVE-12502.patch > to_date UDF cannot accept

[jira] [Updated] (HIVE-12502) to_date UDF cannot accept NULLs of VOID type

2015-12-10 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Tokhy updated HIVE-12502: --- Attachment: (was: HIVE-12502.1.patch) > to_date UDF cannot accept NULLs of VOID type >

[jira] [Commented] (HIVE-12474) ORDER BY should handle column refs in parantheses

2015-11-23 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15023310#comment-15023310 ] Aaron Tokhy commented on HIVE-12474: Should 'cluster by'/'sort by'/'distribute by'/'partition by'

[jira] [Updated] (HIVE-12502) to_date UDF cannot accept NULLs of VOID type

2015-11-23 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Tokhy updated HIVE-12502: --- External issue ID: (was: HIVE-5731) > to_date UDF cannot accept NULLs of VOID type >

[jira] [Commented] (HIVE-12502) to_date UDF cannot accept NULLs of VOID type

2015-11-23 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15023543#comment-15023543 ] Aaron Tokhy commented on HIVE-12502: Regression > to_date UDF cannot accept NULLs of VOID type >

[jira] [Updated] (HIVE-12502) to_date UDF cannot accept NULLs of VOID type

2015-11-23 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Tokhy updated HIVE-12502: --- Affects Version/s: (was: 0.13.1) 1.0.0 > to_date UDF cannot accept NULLs

[jira] [Updated] (HIVE-12502) to_date UDF cannot accept NULLs of VOID type

2015-11-23 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Tokhy updated HIVE-12502: --- Affects Version/s: (was: 1.0.0) 0.13.1 > to_date UDF cannot accept NULLs

[jira] [Updated] (HIVE-12474) ORDER BY should handle column refs in parantheses

2015-11-19 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Tokhy updated HIVE-12474: --- Description: CREATE TABLE test(a INT, b INT, c INT) COMMENT 'This is a test table'; hive> select

[jira] [Updated] (HIVE-12474) ORDER BY should handle column refs in parantheses

2015-11-19 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Tokhy updated HIVE-12474: --- Description: CREATE TABLE test(a INT, b INT, c INT) COMMENT 'This is a test table'; hive> select

[jira] [Commented] (HIVE-10631) create_table_core method has invalid update for Fast Stats

2015-08-21 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14707706#comment-14707706 ] Aaron Tokhy commented on HIVE-10631: Code review posted:

[jira] [Commented] (HIVE-10631) create_table_core method has invalid update for Fast Stats

2015-08-14 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14697589#comment-14697589 ] Aaron Tokhy commented on HIVE-10631: Sorry, fixed it just now. create_table_core

[jira] [Commented] (HIVE-10631) create_table_core method has invalid update for Fast Stats

2015-08-14 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14697371#comment-14697371 ] Aaron Tokhy commented on HIVE-10631: Sure, here it is:

[jira] [Commented] (HIVE-10631) create_table_core method has invalid update for Fast Stats

2015-08-13 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14695641#comment-14695641 ] Aaron Tokhy commented on HIVE-10631: Uploading a patch that cleanly applies to TRUNK

[jira] [Updated] (HIVE-10631) create_table_core method has invalid update for Fast Stats

2015-08-13 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Tokhy updated HIVE-10631: --- Attachment: HIVE-10631.patch create_table_core method has invalid update for Fast Stats

[jira] [Updated] (HIVE-10631) create_table_core method has invalid update for Fast Stats

2015-08-12 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Tokhy updated HIVE-10631: --- Attachment: HIVE-10631-branch-1.0.patch create_table_core method has invalid update for Fast Stats

[jira] [Commented] (HIVE-10631) create_table_core method has invalid update for Fast Stats

2015-08-12 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14693903#comment-14693903 ] Aaron Tokhy commented on HIVE-10631: Running precommit tests. create_table_core

[jira] [Updated] (HIVE-10631) create_table_core method has invalid update for Fast Stats

2015-08-11 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Tokhy updated HIVE-10631: --- Attachment: (was: HIVE-10631.patch.1) create_table_core method has invalid update for Fast Stats

[jira] [Commented] (HIVE-10631) create_table_core method has invalid update for Fast Stats

2015-08-11 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14692730#comment-14692730 ] Aaron Tokhy commented on HIVE-10631: Reuploaded as HIVE-10631.patch

[jira] [Updated] (HIVE-10631) create_table_core method has invalid update for Fast Stats

2015-08-11 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Tokhy updated HIVE-10631: --- Attachment: HIVE-10631.patch create_table_core method has invalid update for Fast Stats

[jira] [Assigned] (HIVE-10631) create_table_core method has invalid update for Fast Stats

2015-08-11 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Tokhy reassigned HIVE-10631: -- Assignee: Aaron Tokhy create_table_core method has invalid update for Fast Stats

[jira] [Commented] (HIVE-10631) create_table_core method has invalid update for Fast Stats

2015-08-10 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14681038#comment-14681038 ] Aaron Tokhy commented on HIVE-10631: Reading more about hive.stats.reliable, it did

[jira] [Updated] (HIVE-10631) create_table_core method has invalid update for Fast Stats

2015-08-10 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Tokhy updated HIVE-10631: --- Attachment: HIVE-10631.patch create_table_core method has invalid update for Fast Stats

[jira] [Updated] (HIVE-10631) create_table_core method has invalid update for Fast Stats

2015-08-10 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Tokhy updated HIVE-10631: --- Attachment: (was: HIVE-10631.patch) create_table_core method has invalid update for Fast Stats

[jira] [Updated] (HIVE-10631) create_table_core method has invalid update for Fast Stats

2015-08-10 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Tokhy updated HIVE-10631: --- Attachment: HIVE-10631.patch.1 create_table_core method has invalid update for Fast Stats

[jira] [Commented] (HIVE-10631) create_table_core method has invalid update for Fast Stats

2015-07-29 Thread Aaron Tokhy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14647156#comment-14647156 ] Aaron Tokhy commented on HIVE-10631: hive.stats.reliable requires that both numFiles