xuechendi commented on pull request #34396: URL: https://github.com/apache/spark/pull/34396#issuecomment-957064031
@cloud-fan @viirya @sunchao , hi, all, I realized that what you guys said makes sense to me, instead of writing data to arrow like what other WritableColumnVector does, I can simply enabling a Load API in ArrowColumnVector and called from RowToColumnarExec, and other operators only needs 'get' APIs which already exsiting in ArrowColumnVector. So I updated my PR and wrote some UT by testing load APIs and RowToColumnarExec operator. -- 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]
