hit-lacus commented on a change in pull request #1662:
URL: https://github.com/apache/kylin/pull/1662#discussion_r655165882



##########
File path: 
kylin-spark-project/kylin-spark-common/src/main/scala/org/apache/spark/dict/NBucketDictionary.java
##########
@@ -49,6 +56,15 @@
             this.absoluteDictMap = 
globalDictStore.getBucketDict(versions[versions.length - 1], metainfo, 
bucketId);
         }
         this.relativeDictMap = new Object2LongOpenHashMap<>();
+        if (!StringUtils.isEmpty(skewDictStorageFile)) {
+            FileSystem fs = FileSystem.get(new Configuration());
+            if (fs.exists(new Path(skewDictStorageFile))) {
+                Kryo kryo =new Kryo();

Review comment:
       Leave a white space under `=`.




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


Reply via email to