alamb opened a new issue, #6195:
URL: https://github.com/apache/arrow-datafusion/issues/6195

   ### Is your feature request related to a problem or challenge?
   
   
   As described in 
https://github.com/apache/arrow-datafusion/tree/main/datafusion/core/tests/sqllogictests
 DataFusion has many tests that use the sqllogictest framework which is easy to 
write and update compared to rust tests
   
   We still have a non trivial number of old tests that are written in Rust and 
run in the sql integration test:
   
https://arrow.apache.org/datafusion/contributor-guide/index.html#rust-integration-tests
   
   ```
   cargo test -p datafusion --test sql_integration
   ```
   
   This ticket tracks the work to port the tests from rust to sqllogictests
   
   
   
   ### Describe the solution you'd like
   
   Port tests from 
[datafusion/core/tests/sql](https://github.com/apache/arrow-datafusion/tree/master/datafusion/core/tests/sql)
 to sqllogictests in 
[datafusion/core/tests/sqllogictests/test_files](https://github.com/apache/arrow-datafusion/tree/main/datafusion/core/tests/sqllogictests/test_files)
   
   For each test, the goal is to:
   1. Port as many tests as possiible (follow the example of 
https://github.com/apache/arrow-datafusion/pull/6158 or one of the other tests 
linked to https://github.com/apache/arrow-datafusion/issues/4495)
   
   Then we can figure out what to do with the tests that can not be ported 
easily
   # Remaining items:
   (TODO make a list)
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   Follow on to https://github.com/apache/arrow-datafusion/issues/4495
   


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