andygrove commented on issue #5200: URL: https://github.com/apache/datafusion-comet/issues/5200#issuecomment-5152495460
Fix proposed in https://github.com/apache/datafusion-comet/pull/5204. Measured on real TPC-DS queries: serialized plans shrink 14.3x in total across eight queries (5,749 KB -> 401 KB); the worst case, q64, drops from a 2.4 MB plan to 109 KB, and its per-task parse + re-serialize in `CometExecRDD.compute` drops from 3.0 ms to 0.7 ms. -- 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]
