You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by chenliang613 <gi...@git.apache.org> on 2017/06/01 15:17:03 UTC

[GitHub] carbondata pull request #964: [CARBONDATA-1099] Fixed bug for carbon-spark-s...

Github user chenliang613 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/964#discussion_r119642951
  
    --- Diff: core/src/main/java/org/apache/carbondata/core/cache/dictionary/ReverseDictionaryCache.java ---
    @@ -43,7 +43,7 @@
        * Attribute for Carbon LOGGER
        */
       private static final LogService LOGGER =
    -      LogServiceFactory.getLogService(ForwardDictionaryCache.class.getName());
    +      LogServiceFactory.getLogService(ReverseDictionaryCache.class.getName());
    --- End diff --
    
    why need to change this code  for fix carbon-spark-shell issues?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---