kumarlokesh commented on PR #15709:
URL: https://github.com/apache/datafusion/pull/15709#issuecomment-2807420910

   > thanks @kumarlokesh I like it. However my understanding was sqllogictest 
runner starts all files in parallel? do we have a guarantee data will be 
initiated before tests run?
   
   @comphead my understanding is that when a test file includes another file 
using the `include` directive (like `include ./init_data.slt.part`), the 
sqllogictest runner would process this inclusion sequentially.
   Thus, it's guaranteed that the included file's statements are executed in 
order, before continuing with the rest of the including file. This ensures that 
initialization data is properly set up before tests that depend on it are run.
   
   Is this correct?


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