You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: run scan metrics test with both native_datafusion and native_iceberg_compat (apache#3690)
The "Comet native metrics: scan" test only ran with SCAN_AUTO (which
resolves to native_iceberg_compat), missing coverage for native_datafusion.
Changes:
- Run the test with both SCAN_NATIVE_DATAFUSION and SCAN_NATIVE_ICEBERG_COMPAT
- Use find() with isDefined assert instead of find().foreach() to fail
explicitly if no scan node is found
- Remove the WHERE clause that returned 0 rows due to predicate pushdown
pruning all rows in native_datafusion mode
- Add scan mode context to assertion messages for easier debugging
0 commit comments