dahbka-lis commented on PR #47815: URL: https://github.com/apache/arrow/pull/47815#issuecomment-3516160039
> Hmm. It seems that we can't create a union type that has `fields.size() == 128`: There are no restrictions on creating a union type that has `fields.size() == 128`. Supported type codes range from 0 to 127 (128 different codes): https://github.com/apache/arrow/blob/main/cpp/src/arrow/type.cc#L1246 Could there be other limitations? Current designs allow this if you build a vector of type codes yourself. -- 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]
