zhengruifeng commented on code in PR #54068:
URL: https://github.com/apache/spark/pull/54068#discussion_r2744458424
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/python/PythonArrowInput.scala:
##########
@@ -85,7 +88,6 @@ private[python] trait PythonArrowInput[IN] { self:
BasePythonRunner[IN, _] =>
throw SparkException.internalError(
s"Unsupported Arrow compression codec: $other. Supported values: none,
zstd, lz4")
}
- protected val unloader = new VectorUnloader(root, true, codec, true)
Review Comment:
`unloader` is only used in `BasicPythonArrowInput`, move it to the subclass
--
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]