[
https://issues.apache.org/jira/browse/HIVE-9923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14499779#comment-14499779
]
Yongzhi Chen commented on HIVE-9923:
------------------------------------
The 16 test failures are not related to the change.
1. 13 minimr failures appear in many other precommit builds.
2. org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_union_view failed 23
times in precommit builds.
3. two failure:
org.apache.hadoop.hive.thrift.TestHadoop20SAuthBridge.testMetastoreProxyUser
org.apache.hadoop.hive.thrift.TestHadoop20SAuthBridge.testSaslWithHiveMetaStore
does not call parser related code.
> No clear message when "from" is missing
> ---------------------------------------
>
> Key: HIVE-9923
> URL: https://issues.apache.org/jira/browse/HIVE-9923
> Project: Hive
> Issue Type: Bug
> Affects Versions: 1.0.0
> Reporter: Jeff Zhang
> Assignee: Yongzhi Chen
> Attachments: HIVE-9923.1.patch, HIVE-9923.2.patch
>
>
> For the following sql, "from" is missing but it throw NPE which is not clear
> for user.
> {code}
> hive> insert overwrite directory '/tmp/hive-3' select sb1.name, sb2.age
> student_bucketed sb1 join student_bucketed sb2 on sb1.name=sb2.name;
> FAILED: NullPointerException null
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)