joroKr21 commented on PR #14749: URL: https://github.com/apache/datafusion/pull/14749#issuecomment-2682642287
> I think if it is only the plans that change, then it is ok -- if any results (or column names in output) change then it is likely needs more study The column name of the output changed: ``` left: "SELECT UNNEST([1, 2, 3]) AS c1" right: "SELECT * FROM UNNEST([1, 2, 3])" ``` -- 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