Fokko commented on issue #38615: URL: https://github.com/apache/arrow/issues/38615#issuecomment-1796400301
Thanks again for the quick response @lidavidm The current operation that does this is called `.select()` which accepts names and indices. However, this would require traversing the schema for finding all the nested structs (and I'd rather not do it in Python). Also, if there are any valid promotions, another cast would be needed. Therefore I think it makes sense to make it part of the `.cast` operation. -- 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]
