alamb commented on issue #8216:
URL: 
https://github.com/apache/arrow-datafusion/issues/8216#issuecomment-1883503620

   > @alamb Hello, excuse me, please allow me to ask a stupid question. I want 
to know how I test the results locally, cargo test timestamps.slt? 
   
   
   Hi @caicancai  -- no worry at all!
   
   To run sqllogictests tests locally, you need to run a command like
   
   ```shell
   cargo test --test sqllogictests -- timestamps.slt
   ```
   
   There is more information on how to run the tests is here:  
https://github.com/apache/arrow-datafusion/tree/main/datafusion/sqllogictest#running-tests-tldr-examples
   
   >  cargo test timestamps.slt doesn't show the correct result to me if the 
result is an error result I am a rust beginner I am a beginner in rust, and I 
am not very clear about some operations in rust engineering. Sorry.
   
   No problem at all -- welcome to the community! The datafusion sqllogictest 
testing framework is not a standard rust test, which makes the bar higher


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