kevinjqliu commented on code in PR #1769:
URL: 
https://github.com/apache/datafusion-ballista/pull/1769#discussion_r3299139169


##########
python/Cargo.toml:
##########
@@ -37,7 +37,7 @@ ballista-executor = { path = "../ballista/executor", version 
= "53.0.0", default
 ballista-scheduler = { path = "../ballista/scheduler", version = "53.0.0", 
default-features = false }
 datafusion = { version = "53", features = ["avro"] }
 datafusion-proto = { version = "53" }
-datafusion-python = { version = "53" }
+datafusion-python = { version = "53", default-features = false }

Review Comment:
   interesting that `datafusion-python` doesnt run into this issue while still 
using `mimalloc`.
   
   this is a good temporary fix, we might want to explore other options too. 
someone might want to turn on `default-features` later on



-- 
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]

Reply via email to