amol- commented on code in PR #12765:
URL: https://github.com/apache/arrow/pull/12765#discussion_r843692375
##########
python/pyarrow/_exec_plan.pyx:
##########
@@ -176,6 +199,57 @@ def tables_join(join_type, left_table not None, left_keys,
-------
result_table : Table
"""
+ return _perform_join(join_type, left_table, left_keys,
+ right_table, right_keys, left_suffix,
+ right_suffix, use_threads, coalesce_keys)
+
+
+def datasets_join(join_type, left_dataset not None, left_keys,
Review Comment:
Got rid of `datasets_join` and `tables_join`
--
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]