Github user kiszk commented on a diff in the pull request:
https://github.com/apache/spark/pull/19222#discussion_r178083854
--- 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 --
Good catch, this is my mistake.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]