singhpk234 commented on code in PR #11731:
URL: https://github.com/apache/iceberg/pull/11731#discussion_r1879265358
##########
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.java:
##########
@@ -59,6 +59,11 @@ public void close() {
accessor.close();
}
+ // If a column vector is writable or constant, it should override this
method and do nothing.
+ // See more details at SPARK-50235, SPARK-50463 (Fixed in Spark 3.5.4)
+ @Override
+ public void closeIfNotWritable() {}
Review Comment:
> If a column vector is writable or constant, it should override this method
and do nothing.
we have ConstantColumnVector as well, should we do it vector classes which
absolutely requires it ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]