Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19222#discussion_r178020801
  
    --- Diff: 
common/unsafe/src/main/java/org/apache/spark/unsafe/types/UTF8String.java ---
    @@ -250,6 +246,7 @@ public long getPrefix() {
           }
         }
         p &= ~mask;
    +    System.out.println("P: "+Long.toHexString(p)+", 
obj="+base.getBaseObject()+", offset="+base.getBaseOffset()+", 
size="+base.size()+", numBytes="+numBytes);
    --- End diff --
    
    mistake?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to