Re: [PR] Fix test running compatibility [datafusion]

2025-07-07 Thread via GitHub
alamb commented on code in PR #16694: URL: https://github.com/apache/datafusion/pull/16694#discussion_r2190398395 ## datafusion/sqllogictest/bin/sqllogictests.rs: ## @@ -689,6 +689,12 @@ struct Options { help = "IGNORED (for compatibility with built-in rust test runner)

[PR] Fix test running compatibility [datafusion]

2025-07-06 Thread via GitHub
mjgarton opened a new pull request, #16694: URL: https://github.com/apache/datafusion/pull/16694 sqllogictests.rs already has various parts of it's Options struct that provide compatibility with the standard test running options. Extend this to include the standard `--test-threads` op