wjones127 commented on pull request #12627:
URL: https://github.com/apache/arrow/pull/12627#issuecomment-1068102803


   > It's actually not needed to move it out of the lib module, but it's rather 
a matter of in which public python file it gets imported to expose it publicly 
(there are also many objects from lib that are imported in the main __init__.py 
file)
   
   Sorry that's what I meant. To import it so it's "moved" in the API, so we 
aren't importing it from lib.
   
   IMO It belongs in `__init__.py` next to RecordBatch. It's used across the 
different submodules, and in the C++ implementation it's in the same namespace 
and file as RecordBatch.


-- 
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]


Reply via email to