[ https://issues.apache.org/jira/browse/HIVE-21736?focusedWorklogId=243060&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-243060 ]
ASF GitHub Bot logged work on HIVE-21736: ----------------------------------------- Author: ASF GitHub Bot Created on: 16/May/19 02:34 Start Date: 16/May/19 02:34 Worklog Time Spent: 10m Work Description: ymxdgyx commented on pull request #632: HIVE-21736: Fixed operator(:=) error URL: https://github.com/apache/hive/pull/632 This PR fixes the bug HIVE-21736 -- https://issues.apache.org/jira/browse/HIVE-21736 When using the assignment operator (:=), you must add a space before the operator, otherwise a syntax error will be thrown, if merge this PR will solve the issue. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 243060) Time Spent: 10m Remaining Estimate: 0h > Operator := error > ----------------- > > Key: HIVE-21736 > URL: https://issues.apache.org/jira/browse/HIVE-21736 > Project: Hive > Issue Type: Improvement > Components: hpl/sql > Affects Versions: 2.3.5 > Reporter: YMXDGYX > Assignee: YMXDGYX > Priority: Major > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > > in hplsql > execute " i:=1" will throw an exception > but can execute "i := 1" (Add a space before the operator:=) -- This message was sent by Atlassian JIRA (v7.6.3#76005)