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

   In terms of TPC-DS errors, I think we have tests for those queries as part 
of the regression tests
   - 
https://github.com/apache/datafusion/blob/main/datafusion/core/tests/tpcds_planning.rs
   
   
https://github.com/apache/datafusion/blob/main/datafusion/core/tests/tpc-ds/66.sql
   
   Seems to pass on main
   ```shell
   (venv) andrewlamb@Andrews-MacBook-Pro-2:~/Software/datafusion$ cargo test 
--test tpcds_planning -- 66
       Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
        Running tests/tpcds_planning.rs 
(target/debug/deps/tpcds_planning-2ddd48cf45e9df2d)
   
   running 2 tests
   test tpcds_logical_q66 ... ok
   test tpcds_physical_q66 ... ok
   
   test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 196 filtered 
out; finished in 0.23s
   
   (venv) andrewlamb@Andrews-MacBook-Pro-2:~/Software/datafusion$
   ```
   
   Maybe we can look into what is different in sail 🤔 
   


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