alamb commented on issue #10247:
URL: https://github.com/apache/datafusion/issues/10247#issuecomment-2079158775

   To be clear, I think the correct thing happens on main already
   
   The example from 
https://github.com/apache/datafusion/pull/10193#discussion_r1576674821 was with 
intermediate changes when I reran on  
https://github.com/apache/datafusion/pull/10193
   
   ```sql
   DataFusion CLI v37.1.0
   > create table t as values (1), (2);
   0 row(s) fetched.
   Elapsed 0.032 seconds.
   
   > select random() from t;
   +---------------------+
   | random()            |
   +---------------------+
   | 0.02024777131575939 |
   | 0.9330727106990677  |
   +---------------------+
   2 row(s) fetched.
   Elapsed 0.012 seconds.
   
   > select uuid() from t;
   +--------------------------------------+
   | uuid()                               |
   +--------------------------------------+
   | 630d1d50-1ed2-4d3c-bb04-89d338e3e59f |
   | 594e03fb-b038-4a48-a6e6-e2f8f12746c1 |
   +--------------------------------------+
   2 row(s) fetched.
   Elapsed 0.003 seconds.
   ```


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