mbutrovich commented on code in PR #1679: URL: https://github.com/apache/datafusion-comet/pull/1679#discussion_r2058898316
########## native/core/src/lib.rs: ########## @@ -50,6 +54,10 @@ pub mod execution; mod jvm_bridge; pub mod parquet; +#[cfg(all(not(target_env = "msvc"), feature = "jemalloc"))] Review Comment: I had code to do this, but the compiler yelled at me first than you can't enable two allocators at the same time, so we're good there. -- 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]
