harshkumar-2005 commented on issue #47752: URL: https://github.com/apache/arrow/issues/47752#issuecomment-3442180554
Hi 👋 Since there was no feedback yet regarding the threshold ratio, I’ve gone ahead with a configurable approach via `WriterProperties::compression_threshold().` Default: 0.0f (preserves current behavior — always compress if smaller) Configurable: users can set, for example, 0.05f (5% reduction) to avoid negligible compression gains. This makes the behavior flexible while maintaining backward compatibility. Please let me know if you’d prefer a different default or configuration style (e.g., compile-time constant or environment flag). -- 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]
