dhegberg commented on code in PR #13228: URL: https://github.com/apache/datafusion/pull/13228#discussion_r1827063553
########## datafusion/core/Cargo.toml: ########## @@ -127,6 +127,7 @@ parquet = { workspace = true, optional = true, default-features = true } paste = "1.0.15" pin-project-lite = "^0.2.7" rand = { workspace = true } +regex = { workspace = true } Review Comment: When I remove it I have this error during `cargo build`: ``` error[E0432]: unresolved import `regex` --> datafusion/core/src/datasource/file_format/csv.rs:59:5 | 59 | use regex::Regex; | ^^^^^ help: a similar path exists: `datafusion_functions::regex` For more information about this error, try `rustc --explain E0432`. error: could not compile `datafusion` (lib) due to 1 previous error ``` -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org