RafaelHerrero commented on PR #21127: URL: https://github.com/apache/datafusion/pull/21127#issuecomment-4113459537
Added an SLT reproducer in metadata.slt. The test uses table_with_metadata (which has field-level metadata) in a UNION ALL with NULL literals, and includes an unused column (id) so that optimize_projections prunes it — triggering the recompute_schema → intersect_metadata_for_union path that was dropping metadata -- 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]
