akurmustafa commented on PR #13497:
URL: https://github.com/apache/datafusion/pull/13497#issuecomment-2496781966

   
   > and result of those are valid. One thing that just could be noted `VALUES 
('name1'), ('name2')` and `VALUES ('name1'), ('name1')` are both regarded as 
not constant and not ordered, while single elements of `SELECT 'smth'` 
considered as constant
   
   I think, in the case of `SELECT 'smth'`, 'smth' is constant across 
partitions. Hence, after `CoalesceBatchesExec`, we will still end up with 
constant columns. not sure though
   
   


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