We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8152c9 commit e1c3ed9Copy full SHA for e1c3ed9
1 file changed
parquet-column/src/main/java/org/apache/parquet/io/api/Binary.java
@@ -118,7 +118,7 @@ public boolean equals(Object obj) {
118
* a single int field with sentinel {@code 0} to remain race-safe without volatile.
119
* If the computed hash is {@code 0}, no caching occurs and the next call recomputes.
120
*/
121
- final int cacheHashCode(int hashCode) {
+ private int cacheHashCode(int hashCode) {
122
if (!isBackingBytesReused) {
123
cachedHashCode = hashCode;
124
}
0 commit comments