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

    https://github.com/apache/carbondata/pull/2134#discussion_r178720946
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/cache/dictionary/ReverseDictionaryCache.java
 ---
    @@ -168,6 +168,10 @@ public ReverseDictionaryCache(CarbonLRUCache 
carbonLRUCache) {
                 CacheType.REVERSE_DICTIONARY));
       }
     
    +  @Override public void put(DictionaryColumnUniqueIdentifier key, 
Dictionary value) {
    +
    +  }
    +
    --- End diff --
    
    override the method in abstract class and in the implementation throw 
UnsupportedException for both reverse and forward cache


---

Reply via email to