milenkovicm commented on code in PR #1802: URL: https://github.com/apache/datafusion-ballista/pull/1802#discussion_r3342122589
########## ballista/core/src/execution_plans/mod.rs: ########## @@ -18,6 +18,7 @@ //! This module contains execution plans that are needed to distribute DataFusion's execution plans into //! several Ballista executors. +mod chaos_exec; Review Comment: as its only used in AQE which is experimental I'll keep it un-gated for now -- 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]
