I didn't catch all the places where I needed to change the order of the min / max args in an earlier refactor.
Added a few more tests to ensure this is covered properly. Also updated the other scan tests to ensure that they enable row selection as well so that this code path is covered in all of the scan tests.
@liurenjie1024 / @Xuanwo - would you be able to review this bug fix please? Without it, in some situations we return incorrect results when row selection is enabled. Thanks 😁
Fixes :https://github.com/apache/iceberg-rust/issues/647
I didn't catch all the places where I needed to change the order of the min / max args in an earlier refactor.
Added a few more tests to ensure this is covered properly. Also updated the other scan tests to ensure that they enable row selection as well so that this code path is covered in all of the scan tests.