alamb commented on PR #20699: URL: https://github.com/apache/datafusion/pull/20699#issuecomment-3998663740
Seems there are a few test failures https://github.com/apache/datafusion/actions/runs/22677362632/job/65737685125?pr=20699 ``` /__w/datafusion/datafusion/datafusion/spark) error[E0061]: this function takes 8 arguments but 9 arguments were supplied --> datafusion/physical-plan/src/joins/sort_merge_join/tests.rs:3232:22 | 3232 | let oracle = HashJoinExec::try_new( | ^^^^^^^^^^^^^^^^^^^^^ ... 3241 | false, | ----- unexpected argument #9 of type `bool` | note: associated function defined here --> datafusion/physical-plan/src/joins/hash_join/exec.rs:402:12 | 402 | pub fn try_new( | ^^^^^^^ help: remove the extra argument | 3240 - null_equality, 3241 - false, 3240 + null_equality, | Compiling datafusion-ffi v52.2.0 ``` -- 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]
