Neer393 commented on code in PR #5930:
URL: https://github.com/apache/hive/pull/5930#discussion_r2187222594


##########
jdbc/src/java/org/apache/hive/jdbc/HivePreparedStatement.java:
##########
@@ -157,8 +158,11 @@ private List<String> splitSqlStatement(String sql) {
       case '\\':
         skip = true;
         break;
+      case '`':
+        backTicksCount++;

Review Comment:
   It's better if we keep them separate because backticks are used for regex 
column searches mostly or when column names are reserved sql keywords.



-- 
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.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to