Re: [PR] Restore ability to run single SLT file [datafusion]

2025-01-29 Thread via GitHub
findepi commented on PR #14355: URL: https://github.com/apache/datafusion/pull/14355#issuecomment-2622167347 thank you @Omega359 @alamb ! -- 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 speci

Re: [PR] Restore ability to run single SLT file [datafusion]

2025-01-29 Thread via GitHub
alamb merged PR #14355: URL: https://github.com/apache/datafusion/pull/14355 -- 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...@datafusi

Re: [PR] Restore ability to run single SLT file [datafusion]

2025-01-29 Thread via GitHub
alamb commented on PR #14355: URL: https://github.com/apache/datafusion/pull/14355#issuecomment-2622078034 Thanks again @findepi -- 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 comm

Re: [PR] Restore ability to run single SLT file [datafusion]

2025-01-29 Thread via GitHub
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 `p

Re: [PR] Restore ability to run single SLT file [datafusion]

2025-01-29 Thread via GitHub
Omega359 commented on PR #14355: URL: https://github.com/apache/datafusion/pull/14355#issuecomment-2621782574 I made a small PR to your branch to show the # of files tested, verifying that `cargo test --test sqllogictests -- union.slt` runs 2 files whereas `cargo test -

[PR] Restore ability to run single SLT file [datafusion]

2025-01-29 Thread via GitHub
findepi opened a new pull request, #14355: URL: https://github.com/apache/datafusion/pull/14355 Make it possible again to run single SLT file, even if it's name is a substring of other file(s). For example, after the change, this command: cargo test --test sqllogictests -- t