sandugood commented on PR #2039: URL: https://github.com/apache/datafusion-ballista/pull/2039#issuecomment-4980836346
> https://github.com/sandugood/datafusion-ballista/blob/ddc95039e3c9a03d922e2897479d0eda9e2925e3/ballista/core/src/execution_plans/sort_shuffle/config.rs#L42 still hardcode LZ4 Yeah, thank you for this catch. Now changed in the `SortShuffle` config to accept `Option<CompressionType>`, which it gets from the `BallistaConfig` -- 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]
