kosiew commented on code in PR #18842:
URL: https://github.com/apache/datafusion/pull/18842#discussion_r2548695901


##########
datafusion/substrait/src/logical_plan/consumer/rel/read_rel.rs:
##########
@@ -121,57 +121,50 @@ pub async fn from_read_rel(
                 }));
             }
 
+            // Check for produce_one_row pattern in both old (values) and new 
(expressions) formats.
+            // A VirtualTable with exactly one row containing only 
empty/default fields represents
+            // an EmptyRelation with produce_one_row=true. This pattern is 
used for queries without

Review Comment:
   Added a reference to the dual table concept - figured it might help folks 
coming FROM DUAL backgrounds 😉 Thanks for the nudge!



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

Reply via email to