You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2021/11/14 21:10:14 UTC

[iceberg] branch master updated: Build: Enable engine's checkstyle and error-prone check in Github CI (#3509)

This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 0759b28  Build: Enable engine's checkstyle and error-prone check in Github CI (#3509)
0759b28 is described below

commit 0759b28c2fa72b4628a0818f4a679ed3b2cd26fe
Author: openinx <op...@gmail.com>
AuthorDate: Mon Nov 15 05:10:04 2021 +0800

    Build: Enable engine's checkstyle and error-prone check in Github CI (#3509)
---
 .github/workflows/java-ci.yml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/.github/workflows/java-ci.yml b/.github/workflows/java-ci.yml
index a458472..1996ae1 100644
--- a/.github/workflows/java-ci.yml
+++ b/.github/workflows/java-ci.yml
@@ -28,12 +28,6 @@ on:
     - '.github/workflows/cancel-duplicate-workflow-runs.yml'
     - '.gitignore'
     - 'dev/**'
-    - 'mr/**'
-    - 'hive3/**'
-    - 'hive3-orc-bundle/**'
-    - 'hive-runtime/**'
-    - 'spark/**'
-    - 'flink/**'
     - 'python/**'
     - 'python_legacy/**'
     - 'site/**'
@@ -45,12 +39,6 @@ on:
     - '.github/workflows/hive-ci.yml'
     - '.gitignore'
     - 'dev/**'
-    - 'mr/**'
-    - 'hive3/**'
-    - 'hive3-orc-bundle/**'
-    - 'hive-runtime/**'
-    - 'spark/**'
-    - 'flink/**'
     - 'python/**'
     - 'python_legacy/**'
     - 'site/**'