andygrove opened a new issue, #2878: URL: https://github.com/apache/datafusion-comet/issues/2878
### Describe the bug When running `CometPlanStabilitySuite`, I noticed that `native_datafusion` tests are quite slow. ``` - check simplified (tpcds-v1.4/q90) - native_iceberg_compat (16 milliseconds) - check simplified (tpcds-v1.4/q91) - native_iceberg_compat (22 milliseconds) - check simplified (tpcds-v1.4/q92) - native_iceberg_compat (20 milliseconds) - check simplified (tpcds-v1.4/q93) - native_iceberg_compat (11 milliseconds) - check simplified (tpcds-v1.4/q94) - native_iceberg_compat (19 milliseconds) - check simplified (tpcds-v1.4/q95) - native_iceberg_compat (25 milliseconds) - check simplified (tpcds-v1.4/q96) - native_iceberg_compat (9 milliseconds) - check simplified (tpcds-v1.4/q97) - native_iceberg_compat (15 milliseconds) - check simplified (tpcds-v1.4/q98) - native_iceberg_compat (14 milliseconds) - check simplified (tpcds-v1.4/q99) - native_iceberg_compat (19 milliseconds) ``` ``` - check simplified (tpcds-v1.4/q90) - native_datafusion (525 milliseconds) - check simplified (tpcds-v1.4/q91) - native_datafusion (262 milliseconds) - check simplified (tpcds-v1.4/q92) - native_datafusion (278 milliseconds) - check simplified (tpcds-v1.4/q93) - native_datafusion (109 milliseconds) - check simplified (tpcds-v1.4/q94) - native_datafusion (303 milliseconds) - check simplified (tpcds-v1.4/q95) - native_datafusion (404 milliseconds) - check simplified (tpcds-v1.4/q96) - native_datafusion (203 milliseconds) - check simplified (tpcds-v1.4/q97) - native_datafusion (164 milliseconds) - check simplified (tpcds-v1.4/q98) - native_datafusion (191 milliseconds) - check simplified (tpcds-v1.4/q99) - native_datafusion (400 milliseconds) - ``` ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
