alamb commented on code in PR #9621:
URL: https://github.com/apache/arrow-datafusion/pull/9621#discussion_r1526143669
##########
datafusion/optimizer/src/analyzer/type_coercion.rs:
##########
@@ -1257,51 +1255,6 @@ mod test {
Ok(())
}
- #[test]
- fn test_casting_for_fixed_size_list() -> Result<()> {
Review Comment:
I ported this test to `.slt` as it was the only actual use of
datafusion_functions_array in this crate
##########
datafusion/optimizer/Cargo.toml:
##########
@@ -45,7 +44,6 @@ async-trait = { workspace = true }
chrono = { workspace = true }
datafusion-common = { workspace = true, default-features = true }
datafusion-expr = { workspace = true }
-datafusion-functions-array = { workspace = true, optional = true }
Review Comment:
the point of the PR was to remove this line
--
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]