amol- commented on code in PR #12765:
URL: https://github.com/apache/arrow/pull/12765#discussion_r843903810
##########
python/pyarrow/lib.pyx:
##########
@@ -120,6 +120,8 @@ UnionMode_DENSE = _UnionMode_DENSE
def _pc():
import pyarrow.compute as pc
+ from pyarrow import _exec_plan
+ pc._exec_plan = _exec_plan
Review Comment:
addressed
--
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]