viirya commented on code in PR #10304: URL: https://github.com/apache/datafusion/pull/10304#discussion_r1592966756
########## datafusion/physical-plan/src/joins/sort_merge_join.rs: ########## @@ -1134,7 +1138,6 @@ impl SMJStream { .collect::<Result<Vec<_>, ArrowError>>()?; let buffered_indices: UInt64Array = chunk.buffered_indices.finish(); - Review Comment: Unnecessary change too. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org