alamb commented on code in PR #2226: URL: https://github.com/apache/arrow-datafusion/pull/2226#discussion_r864881475
########## datafusion/core/src/lib.rs: ########## @@ -218,6 +218,8 @@ pub mod physical_optimizer; pub mod physical_plan; pub mod prelude; pub mod scalar; +#[cfg(feature = "scheduler")] Review Comment: 👍 -- 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]
