paleolimbot commented on PR #241:
URL: https://github.com/apache/sedona-db/pull/241#issuecomment-3452000365

   I see:
   
   ```
   failures:
   
   ---- st_buffer::tests::udf_with_buffer_params::sedona_type_1_WKB_GEOMETRY 
stdout ----
   
   thread 
'st_buffer::tests::udf_with_buffer_params::sedona_type_1_WKB_GEOMETRY' panicked 
at rust/sedona-testing/src/compare.rs:169:9:
   error: test failed, to rerun pass `-p sedona-geos --lib`
   Arrow ScalarValues not equal:
   actual is 
Binary("1,3,0,0,0,1,0,0,0,5,0,0,0,0,0,0,0,0,0,240,191,0,0,0,0,0,0,240,191,0,0,0,0,0,0,240,191,1,0,0,0,0,0,240,63,0,0,0,0,0,0,38,64,1,0,0,0,0,0,240,63,0,0,0,0,0,0,38,64,0,0,0,0,0,0,240,191,0,0,0,0,0,0,240,191,0,0,0,0,0,0,240,191"),
 expected 
Binary("1,3,0,0,0,1,0,0,0,5,0,0,0,0,0,0,0,0,0,240,191,0,0,0,0,0,0,240,191,0,0,0,0,0,0,240,191,0,0,0,0,0,0,240,63,0,0,0,0,0,0,38,64,0,0,0,0,0,0,240,63,0,0,0,0,0,0,38,64,0,0,0,0,0,0,240,191,0,0,0,0,0,0,240,191,0,0,0,0,0,0,240,191")
   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
   
   ---- 
st_buffer::tests::udf_with_buffer_params::sedona_type_2_WKB_VIEW_GEOMETRY 
stdout ----
   
   thread 
'st_buffer::tests::udf_with_buffer_params::sedona_type_2_WKB_VIEW_GEOMETRY' 
panicked at rust/sedona-testing/src/compare.rs:169:9:
   Arrow ScalarValues not equal:
   actual is 
Binary("1,3,0,0,0,1,0,0,0,5,0,0,0,0,0,0,0,0,0,240,191,0,0,0,0,0,0,240,191,0,0,0,0,0,0,240,191,1,0,0,0,0,0,240,63,0,0,0,0,0,0,38,64,1,0,0,0,0,0,240,63,0,0,0,0,0,0,38,64,0,0,0,0,0,0,240,191,0,0,0,0,0,0,240,191,0,0,0,0,0,0,240,191"),
 expected 
Binary("1,3,0,0,0,1,0,0,0,5,0,0,0,0,0,0,0,0,0,240,191,0,0,0,0,0,0,240,191,0,0,0,0,0,0,240,191,0,0,0,0,0,0,240,63,0,0,0,0,0,0,38,64,0,0,0,0,0,0,240,63,0,0,0,0,0,0,38,64,0,0,0,0,0,0,240,191,0,0,0,0,0,0,240,191,0,0,0,0,0,0,240,191")
   
   
   failures:
       st_buffer::tests::udf_with_buffer_params::sedona_type_1_WKB_GEOMETRY
       st_buffer::tests::udf_with_buffer_params::sedona_type_2_WKB_VIEW_GEOMETRY
   ```
   
   ...which unfortunately is not a very useful failure (sorry), but probably 
means that test needs to be adjusted to be more lenient somehow.


-- 
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]

Reply via email to