[
https://issues.apache.org/jira/browse/HIVE-8152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14142482#comment-14142482
]
Eugene Koifman commented on HIVE-8152:
--------------------------------------
the failed test failed due to
{noformat}
Caused by: java.io.FileNotFoundException: File file:/tmp/test/000000_0 does not
exist
at
org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:511)
at
org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:724)
at
org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:501)
at
org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:397)
at
org.apache.hadoop.fs.ChecksumFileSystem$ChecksumFSInputChecker.<init>(ChecksumFileSystem.java:137)
at
org.apache.hadoop.fs.ChecksumFileSystem.open(ChecksumFileSystem.java:339)
at org.apache.hadoop.fs.FileSystem.open(FileSystem.java:764)
at
org.apache.hadoop.mapred.LineRecordReader.<init>(LineRecordReader.java:108)
at
org.apache.hadoop.mapred.TextInputFormat.getRecordReader(TextInputFormat.java:67)
at
org.apache.hadoop.hive.ql.io.CombineHiveRecordReader.<init>(CombineHiveRecordReader.java:65)
... 16 more
{noformat}
i.e. unrelated to the change and passes locally.
> Update with expression in set fails
> -----------------------------------
>
> Key: HIVE-8152
> URL: https://issues.apache.org/jira/browse/HIVE-8152
> Project: Hive
> Issue Type: Bug
> Components: Query Processor
> Affects Versions: 0.14.0
> Reporter: Alan Gates
> Assignee: Eugene Koifman
> Priority: Critical
> Attachments: HIVE-8152.1.patch, HIVE-8152.patch
>
>
> Doing: {{update orctabsmall set age = age + 1;}} results in {{FAILED:
> ParseException line 1:33 missing EOF at '+' near 'age'}}
> We should be able to handle simple expressions in set clauses.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)