[jira] [Commented] (HIVE-12196) NPE when converting bad timestamp value

2015-11-16 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15006904#comment-15006904 ] Ryan Blue commented on HIVE-12196: -- Thanks for fixign this, Aihua! > NPE when converting bad timestamp

[jira] [Commented] (HIVE-12196) NPE when converting bad timestamp value

2015-11-16 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15006814#comment-15006814 ] Aihua Xu commented on HIVE-12196: - Committed to branch-1 as well. > NPE when converting bad timestamp

[jira] [Commented] (HIVE-12196) NPE when converting bad timestamp value

2015-11-16 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15006799#comment-15006799 ] Aihua Xu commented on HIVE-12196: - Committed to master branch. > NPE when converting bad timestamp value

[jira] [Commented] (HIVE-12196) NPE when converting bad timestamp value

2015-11-09 Thread Chaoyu Tang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14997228#comment-14997228 ] Chaoyu Tang commented on HIVE-12196: Patch looks good to me. +1. Actually I think in the second case,

[jira] [Commented] (HIVE-12196) NPE when converting bad timestamp value

2015-11-06 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14993745#comment-14993745 ] Aihua Xu commented on HIVE-12196: - I'm looking into that. Seems we would be able to throw exception for

[jira] [Commented] (HIVE-12196) NPE when converting bad timestamp value

2015-11-06 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14993798#comment-14993798 ] Aihua Xu commented on HIVE-12196: - Actually the second query throwing the exception is a special case,

[jira] [Commented] (HIVE-12196) NPE when converting bad timestamp value

2015-11-03 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14987922#comment-14987922 ] Aihua Xu commented on HIVE-12196: - [~rdblue] This behavior actually matches most of the conversion

[jira] [Commented] (HIVE-12196) NPE when converting bad timestamp value

2015-11-03 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14987858#comment-14987858 ] Aihua Xu commented on HIVE-12196: - Simple fix which will check the value after the conversion. If it's

[jira] [Commented] (HIVE-12196) NPE when converting bad timestamp value

2015-11-03 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14987860#comment-14987860 ] Ryan Blue commented on HIVE-12196: -- [~aihuaxu], this doesn't look like the correct behavior. While it is

[jira] [Commented] (HIVE-12196) NPE when converting bad timestamp value

2015-11-03 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14988136#comment-14988136 ] Ryan Blue commented on HIVE-12196: -- Thanks, it sounds like there are actually two problems. First, the