marin-ma commented on PR #9469: URL: https://github.com/apache/incubator-gluten/pull/9469#issuecomment-2841883991
> Can we remove the arrow::parquet dependency from core/CMakeLists? target_link_libraries(gluten PUBLIC Arrow::parquet Arrow::arrow Arrow::arrow_bundled_dependencies), and does not need to compile arrow with parquet That's the final goal. We need to remove the arrow writer used for dumping parquet input. Next I will replace it with the parquet writer in Velox, or it's also an option to directly write the serialized RowVectors as @Yohahaha suggested. -- 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]
