kylebarron commented on issue #13762: URL: https://github.com/apache/datafusion/issues/13762#issuecomment-2541918984
This is still failing for me 🥲 https://github.com/geoarrow/geoarrow-rs/pull/945 pins to DataFusion `03e39da62e403e064d21b57e9d6c200464c03749` but `cargo test union_example` still fails: ``` thread 'udf::native::io::union_example::test::test' panicked at rust/geodatafusion/src/udf/native/io/union_example.rs:97:26: called `Result::unwrap()` on an `Err` value: ArrowError(InvalidArgumentError("column types must match schema types, expected Union([(0, Field { name: \"a\", data_type: Int32, nullable: false, dict_id: 0, dict_is_ordered: false, metadata: {} }), (1, Field { name: \"b\", data_type: Float64, nullable: false, dict_id: 0, dict_is_ordered: false, metadata: {} })], Dense) but found Union([(0, Field { name: \"a\", data_type: Int32, nullable: false, dict_id: 0, dict_is_ordered: false, metadata: {} }), (1, Field { name: \"b\", data_type: Float64, nullable: false, dict_id: 0, dict_is_ordered: false, metadata: {} })], Sparse) at column index 0"), None) note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` -- 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]
