alamb commented on PR #14355:
URL: https://github.com/apache/datafusion/pull/14355#issuecomment-2621874234

   > The functionality was probably accidentally lost probably in #13936
   
   BTW I think it is currently possible to run a single file. For example this 
will run both `union.slt` and `pg_compat_union.slt`.
   
   ```shell
   cargo test --test sqllogictests -- union.slt
   ```
   
   However, it only matches on the file name (not the entire path) so using 
`test_files/union.slt` does not work as you observe
   
   
   > I made a small PR to your branch to show the # of files tested, verifying 
that
   
   LOL we did the same thing @Omega359 
   - https://github.com/apache/datafusion/pull/14359


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