parthchandra commented on PR #3814: URL: https://github.com/apache/datafusion-comet/pull/3814#issuecomment-4145050529
`COMET_PARQUET_ENABLE_DIRECT_BUFFER` was used by the Parquet reader before native_comet was implemented and then later by the native_comet implementation. Its main purpose was to allow offheap memory be passed directly to decompressors that were using native code underneath. It should be safe to remove this now as there is no path which should be using this config. -- 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]
