rkrishn7 commented on code in PR #15242:
URL: https://github.com/apache/datafusion/pull/15242#discussion_r2010555721


##########
datafusion/sql/tests/sql_integration.rs:
##########
@@ -1901,8 +1901,9 @@ fn union_by_name_different_columns() {
         \n    Projection: NULL AS Int64(1), order_id\
         \n      Projection: orders.order_id\
         \n        TableScan: orders\
-        \n    Projection: orders.order_id, Int64(1)\
-        \n      TableScan: orders";
+        \n    Projection: Int64(1), order_id\

Review Comment:
   This was actually producing incorrect results as well in cases where one of 
the inputs is not wrapped. Now it's just the ordering that is the issue.
   
   I'll be able to push up a fix here after work today.



-- 
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

Reply via email to