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

    https://github.com/apache/carbondata/pull/2765#discussion_r220455196
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/indexstore/Blocklet.java ---
    @@ -92,7 +95,13 @@ public String getFilePath() {
             blocklet.blockletId == null;
       }
     
    -  @Override public int hashCode() {
    +  @Override
    +  public String toString() {
    +    return String.format("[shard:%s, blockletId:%s]", filePath, 
blockletId);
    --- End diff --
    
    The shard name in `toString()` is exactly the one in `Blocklet` itself


---

Reply via email to