alamb commented on issue #10435: URL: https://github.com/apache/datafusion/issues/10435#issuecomment-2104763970
Nice find! It seems like the current code disables repartitioning for gzip: https://github.com/apache/datafusion/blob/9f0e0164c73c834260f842f0ee942593707730bd/datafusion/core/src/datasource/physical_plan/json.rs#L157-L159 Maybe we have to do something similar for zstd and other compression types 🤔 -- 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]
