friendlymatthew commented on code in PR #7908: URL: https://github.com/apache/arrow-rs/pull/7908#discussion_r2202644249
########## parquet-variant/Cargo.toml: ########## @@ -37,6 +37,7 @@ arrow-schema = { workspace = true } chrono = { workspace = true } indexmap = "2.10.0" +simdutf8 = { workspace = true } Review Comment: Awesome! Any chance we could make this optional? See https://github.com/apache/arrow-rs/issues/7902#issuecomment-3064697349 ########## parquet-variant/Cargo.toml: ########## @@ -37,6 +37,7 @@ arrow-schema = { workspace = true } chrono = { workspace = true } indexmap = "2.10.0" +simdutf8 = { workspace = true } Review Comment: Awesome! Any chance we could make this optional? See https://github.com/apache/arrow-rs/issues/7902#issuecomment-3064697349 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org