zeroflag commented on a change in pull request #2059:
URL: https://github.com/apache/hive/pull/2059#discussion_r598759701



##########
File path: hplsql/src/main/java/org/apache/hive/hplsql/Exec.java
##########
@@ -501,6 +501,10 @@ public void signal(QueryResult query) {
     signal(Signal.Type.SQLEXCEPTION, query.errorText(), query.exception());
   }
 
+  public void signalHplsql(HplValidationException exception) {

Review comment:
       removed

##########
File path: hplsql/src/main/java/org/apache/hive/hplsql/Exec.java
##########
@@ -845,6 +854,13 @@ public Integer init(String[] args) throws Exception {
     return 0;
   }
 
+  private HplsqlParser newParser(CommonTokenStream tokens) {
+    HplsqlParser parser = new HplsqlParser(tokens);
+    parser.removeErrorListeners();

Review comment:
       ok




-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to