ion-elgreco opened a new pull request, #912: URL: https://github.com/apache/datafusion-python/pull/912
# Which issue does this PR close? - related https://github.com/apache/datafusion-python/issues/875 # Rationale for this change Many times join keys are the same in both dataframes, so a simple on suffices. Also join_keys are deprecated over left_on and right_on. # What changes are included in this PR? - marks join_keys as deprecated - introduces on, left_on, right_on parameters - adds function overloads # Are there any user-facing changes? - new params added, join_keys deprecated. -- 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