From 2470f320d024e8a8b4a7fbc830d8529c321c70ff Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Thu, 12 Feb 2026 11:11:00 -0700 Subject: [PATCH 1/2] ci: disable Miri safety checks until compatibility is restored Closes #3499 Co-Authored-By: Claude Opus 4.6 --- .github/workflows/miri.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/miri.yml b/.github/workflows/miri.yml index ea36e1359a..4b54eea210 100644 --- a/.github/workflows/miri.yml +++ b/.github/workflows/miri.yml @@ -43,6 +43,9 @@ on: jobs: miri: name: "Miri" + # Disabled until Miri compatibility is restored + # https://github.com/apache/datafusion-comet/issues/3499 + if: false runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 From 313d650f20fd87519f5cc7a7eec3f92027a95495 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Thu, 12 Feb 2026 11:15:06 -0700 Subject: [PATCH 2/2] fix --- .github/workflows/miri.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/miri.yml b/.github/workflows/miri.yml index 4b54eea210..c9ee6abdd9 100644 --- a/.github/workflows/miri.yml +++ b/.github/workflows/miri.yml @@ -28,14 +28,16 @@ on: - "native/core/benches/**" - "native/spark-expr/benches/**" - "spark/src/test/scala/org/apache/spark/sql/benchmark/**" - pull_request: - paths-ignore: - - "doc/**" - - "docs/**" - - "**.md" - - "native/core/benches/**" - - "native/spark-expr/benches/**" - - "spark/src/test/scala/org/apache/spark/sql/benchmark/**" +# Disabled until Miri compatibility is restored +# https://github.com/apache/datafusion-comet/issues/3499 +# pull_request: +# paths-ignore: +# - "doc/**" +# - "docs/**" +# - "**.md" +# - "native/core/benches/**" +# - "native/spark-expr/benches/**" +# - "spark/src/test/scala/org/apache/spark/sql/benchmark/**" # manual trigger # https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow workflow_dispatch: @@ -43,9 +45,6 @@ on: jobs: miri: name: "Miri" - # Disabled until Miri compatibility is restored - # https://github.com/apache/datafusion-comet/issues/3499 - if: false runs-on: ubuntu-latest steps: - uses: actions/checkout@v6