This is an automated email from the ASF dual-hosted git repository. yashmayya pushed a commit to branch yashmayya-patch-1 in repository https://gitbox.apache.org/repos/asf/pinot.git
commit 59cad1251af220b516abe1deff841f4a77aceb33 Author: Yash Mayya <[email protected]> AuthorDate: Fri Feb 13 04:25:59 2026 +0530 Remove compatibility verifier for 1.3.0 --- .github/workflows/pinot_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pinot_tests.yml b/.github/workflows/pinot_tests.yml index bef09eb9106..ab851dd9f29 100644 --- a/.github/workflows/pinot_tests.yml +++ b/.github/workflows/pinot_tests.yml @@ -549,7 +549,7 @@ jobs: matrix: test_suite: [ "compatibility-verifier/multi-stage-query-engine-test-suite" ] old_commit: [ - "release-1.3.0", "release-1.4.0", "master" + "release-1.4.0", "master" ] name: Pinot Multi-Stage Query Engine Compatibility Regression Testing against ${{ matrix.old_commit }} on ${{ matrix.test_suite }} steps: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
