hit-lacus commented on a change in pull request #1340:
URL: https://github.com/apache/kylin/pull/1340#discussion_r466443626
##########
File path:
core-common/src/main/java/org/apache/kylin/common/util/HiveCmdBuilder.java
##########
@@ -35,13 +35,22 @@
static final String CREATE_HQL_TMP_FILE_TEMPLATE = "cat >%s<<EOL\n%sEOL";
+ public static ThreadLocal<String> getHiveTablePrefix() {
+ return hiveTablePrefix;
+ }
+
+ public static void setHiveTablePrefix(ThreadLocal<String> hiveTablePrefix)
{
Review comment:
Is it a useless method?
----------------------------------------------------------------
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]