adamreeve commented on issue #47435: URL: https://github.com/apache/arrow/issues/47435#issuecomment-3250852860
My impression is the builder pattern isn't used as much in the Python API. You could just provide an `__init__` method that uses the C++ builder internally if that works, but maybe there's a good reason to prefer a builder. I guess it's used more in C++ to help with error handling and to avoid throwing exceptions in constructors. -- 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]
