Jefffrey commented on issue #6510:
URL: 
https://github.com/apache/arrow-datafusion/issues/6510#issuecomment-1782524357

   Issue looks resolved as of current main:
   
   ```sql
   datafusion-cli$ cargo run
       Finished dev [unoptimized + debuginfo] target(s) in 0.28s
        Running 
`/media/jeffrey/1tb_860evo_ssd/.cargo_target_cache/debug/datafusion-cli`
   DataFusion CLI v32.0.0
   ❯ CREATE TABLE table1 (a INT) as VALUES (1), (2), (3), (4);
   0 rows in set. Query took 0.004 seconds.
   
   ❯ SELECT * EXCEPT(a) FROM table1;
   ++
   ++
   ++
   4 rows in set. Query took 0.002 seconds.
   
   ❯
   ```
   
   - to note it still returns 4 rows, just in an empty schema
   
   I've added a test to sqllogictest to ensure this will be in test suite: 
https://github.com/apache/arrow-datafusion/pull/7945


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

Reply via email to