jnturton commented on code in PR #2668:
URL: https://github.com/apache/drill/pull/2668#discussion_r985373328
##########
contrib/storage-http/src/main/java/org/apache/drill/exec/store/http/util/SimpleHttp.java:
##########
@@ -870,6 +928,22 @@ public static HttpStoragePlugin
getStoragePlugin(DrillbitContext context, String
}
}
+ public static String addBackTicksToAliasName(String plugin) {
Review Comment:
The identifier quoting character in Drill is configurable and not
necessarily a backtick. See
https://drill.apache.org/docs/lexical-structure/#identifier-quotes. Is there
any existing code for unwrapping and wrapping identifiers like this that could
be reused?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]