andygrove commented on code in PR #956: URL: https://github.com/apache/arrow-ballista/pull/956#discussion_r1466909606
########## ballista/core/Cargo.toml: ########## @@ -41,7 +41,6 @@ force_hash_collisions = ["datafusion/force_hash_collisions"] hdfs = ["datafusion-objectstore-hdfs/hdfs"] hdfs3 = ["datafusion-objectstore-hdfs/hdfs3"] s3 = ["object_store/aws"] -simd = ["datafusion/simd"] Review Comment: simd feature was removed from arrow-rs in: ``` commit d41e90e31d07bc2ad2f05ffc091f171e6c846ddf Author: Raphael Taylor-Davies <[email protected]> Date: Fri Dec 8 08:49:46 2023 +0000 Remove SIMD Feature (#5184) * Remove SIMD feature * Clippy * Tweak WASM features * Fix test * Exclude pyarrow from general build ``` There are commits prior to this with statements such as: ``` * Refactor numeric aggregation kernels to make better use of auto-vectorization. Remove the explicit simd implementations since the autovectorized versions are faster on average. ``` -- 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]
