We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e10d63 commit d7921e3Copy full SHA for d7921e3
src/metrics/task_metrics_collector.rs
@@ -301,6 +301,9 @@ mod tests {
301
run_metrics_collection_e2e_test("SELECT id, COUNT(*) as count FROM table1 WHERE id > 1 GROUP BY id ORDER BY id LIMIT 10").await;
302
}
303
304
+ // Skip this test, it's failing after upgrading to datafusion 50
305
+ // See https://github.com/datafusion-contrib/datafusion-distributed/pull/146#issuecomment-3356621629
306
+ #[ignore]
307
#[tokio::test]
308
async fn test_metrics_collection_e2e_2() {
309
run_metrics_collection_e2e_test(
0 commit comments