Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
Impala 2.6.0
-
None
Description
A weird error is thrown when anything other than '=' is used in the SET portion of an UPDATE statement. Example:
impala-shell> update t1 set b != 1 where a = 1; Query: update t1 set b != 1 where a = 1; ERROR: AnalysisException: Syntax error in line 1: update t1 set b != 1 where a = 1 ^ Encountered: Unknown last token with id: 200 Expected CAUSED BY: Exception: Syntax error