HuaHuaY commented on issue #48875: URL: https://github.com/apache/arrow/issues/48875#issuecomment-3758385035
We use arrow through conan2 and use the parquet writer to write data. We found that a lot of time is spent on compression, and we also want to be able to decrease the size of the output file. It is currently not convenient to debug arrow compression. If custom implementations are allowed, we can use other implementations without modifying and re-compiling arrow's source code. We do not have to provide a mechanism to register Codec. We can provide some interfaces that allow us to pass some subclasses, and so on. -- 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]
