alamb opened a new pull request, #17809: URL: https://github.com/apache/datafusion/pull/17809
## Which issue does this PR close? - part of https://github.com/apache/datafusion/issues/17801 ## Rationale for this change I am trying to run some benchmarks with @pepijnve on https://github.com/apache/datafusion/pull/17419 but the benchmark queries are now failing. In order to unblock testing, I would like to disable the panic'ing query in the benchmark code until we fix the underlying issue. ## What changes are included in this PR? Skip the failing test ## Are these changes tested? I tested this manually that the previously failing code ```shell cargo bench --profile dev --bench sql_planner -- physical_plan_tpcds_all ``` Now runs to completion ## Are there any user-facing changes? No, this is a benchmarking change only -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
