felipecrv commented on issue #34535: URL: https://github.com/apache/arrow/issues/34535#issuecomment-1969516244
First step: https://github.com/apache/arrow/pull/40281 In a following step, I might add a template param to `class ChunkedArrayResolver`, but it would be to accept `Array`, `ArrayData`, `RecordBatch`... and not value-type specific arrays like `Int32Array`, `BoolArray`, `StringArray`... these were the types that were being passed to `ChunkedArrayResolver::Resolve` and shouldn't really be. That's what the PR linked above changes. -- 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]
