Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/21312#discussion_r188196324
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/arrow/ArrowWriter.scala
---
@@ -133,6 +133,14 @@ private[arrow] abstract class ArrowFieldWriter {
valueVector match {
case fixedWidthVector: BaseFixedWidthVector =>
fixedWidthVector.reset()
case variableWidthVector: BaseVariableWidthVector =>
variableWidthVector.reset()
+ case listVector: ListVector =>
--- End diff --
Yeah, I think so.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]