yutannihilation commented on PR #449: URL: https://github.com/apache/sedona-db/pull/449#issuecomment-3649983515
Currently, Rust unit tests are failing but I have no idea... I think I implemented the same way as I did in https://github.com/apache/sedona-db/pull/275, and it seems to work if I call the function from CLI. ``` ❯ cargo test -p sedona-functions -- st_geomfromwkt ...snip... failures: ---- st_geomfromwkt::tests::udf_with_srid::case_3 stdout ---- thread 'st_geomfromwkt::tests::udf_with_srid::case_3' (149934) panicked at rust/sedona-functions/src/st_geomfromwkt.rs:223:41: called `Result::unwrap()` on an `Err` value: NotImplemented("st_geomfromwkt([Arrow(Utf8), Arrow(Utf8)]): No kernel matching arguments") ``` -- 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]
