goutamadwant commented on issue #24741: URL: https://github.com/apache/datafusion/issues/24741#issuecomment-5460221924
To exercise the nested mismatch, the regression declares `Struct<required: Int32 non-null>` but feeds a runtime `StructArray` whose `required` field metadata is nullable. Before the fix, accumulator state and output inherit the runtime nested metadata; the patch normalizes them to the declared type while keeping matching primitive buffers zero-copy @peterxcli Please let me know if you have any feedback. Thanks! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
