You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2020/08/06 14:14:22 UTC

[GitHub] [kylin] hit-lacus commented on a change in pull request #1340: KYLIN-4679 StorageCleanupJob clean hive table support hive table prefix

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:
users@infra.apache.org