We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157fde1 commit a26dc15Copy full SHA for a26dc15
sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/CachedBatchColumnVector.java
@@ -236,7 +236,7 @@ public final UTF8String getUTF8String(int rowId) {
236
return unsafeRow.getUTF8String(ORDINAL);
237
}
238
239
- void initialize() {
+ public void initialize() {
240
ByteBuffer byteBuffer = ByteBuffer.wrap(buffer);
241
columnAccessor = ColumnAccessor$.MODULE$.apply(type, byteBuffer);
242
previousRowId = -1;
0 commit comments