rkrishn7 commented on PR #15242: URL: https://github.com/apache/datafusion/pull/15242#issuecomment-2730402547
Thanks @Omega359! @alamb Yes sorry for the delay, I can fix this up later today. To expand on my comment [here](https://github.com/apache/datafusion/pull/15242#issuecomment-2726219639), this was regarding `normalize::convert_batches` reporting different record batch schemas for UNION ALL queries where one side has a literal, e.g.: ``` select x, y, z from t3 union all by name select z, y, x, 'zz' as zz from t4 order by x; ``` Though, this was just occurring when collecting the results in the SLT suite. The actual result was correct (verified in the CLI). But I'll fix up the integration tests after work so all the checks pass and this is mergeable. Then maybe I can look into the above issue separately if that sounds good. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org