You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2023/05/27 16:23:05 UTC

[orc] branch main updated: ORC-1434: Remove `org.apache.hadoop` from `dependabot.yml`

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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 0d09e78ca ORC-1434: Remove `org.apache.hadoop` from `dependabot.yml`
0d09e78ca is described below

commit 0d09e78ca2946a0f660fdf9685b00da05e8548cc
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Sat May 27 09:22:59 2023 -0700

    ORC-1434: Remove `org.apache.hadoop` from `dependabot.yml`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to remove `org.apache.hadoop` from `dependabot.yml.`
    
    ### Why are the changes needed?
    
    After ORC-1430, Apache ORC can use te latest Apache Hadoop always.
    
    ### How was this patch tested?
    
    Since this is a dependabot setting, this is irrelevant to CI (Java/C++).
    
    Closes #1521 from dongjoon-hyun/ORC-1434.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 .github/dependabot.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f31ef94ed..347678027 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -26,13 +26,6 @@ updates:
       # Pin jmh to 1.20
       - dependency-name: "org.openjdk.jmh:jmh-core"
         versions: "[1.21,)"
-      # Pin minimum support Hadoop version to 2.2.0
-      - dependency-name: "org.apache.hadoop:hadoop-common"
-        versions: "[2.2.1,)"
-      - dependency-name: "org.apache.hadoop:hadoop-hdfs"
-        versions: "[2.2.1,)"
-      - dependency-name: "org.apache.hadoop:hadoop-mapreduce-client-core"
-        versions: "[2.2.1,)"
       # Pin scala-library to 2.12.15
       - dependency-name: "org.scala-lang:scala-library"
         versions: "[2.12.16,)"