Tom-Newton commented on issue #45028: URL: https://github.com/apache/arrow/issues/45028#issuecomment-2587451165
The logic that handles this and https://github.com/apache/arrow/issues/44555 for top level columns is at https://github.com/apache/arrow/blob/6252e9ceeb0f8544c14f79d895a37ac198131f88/cpp/src/arrow/compute/expression.cc#L669. This means that cast actually can't fill with null like I thought when I created https://github.com/apache/arrow/issues/44555. This logic is part of the dataset scanner. -- 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]
