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

dongjoon pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new 2750539f92b0 [MINOR][BUILD] Delete a invalid TODO from 
`dev/test-dependencies.sh`
2750539f92b0 is described below

commit 2750539f92b02f3cf98901c53198008a10c61bfe
Author: yangjie01 <[email protected]>
AuthorDate: Wed Mar 1 07:30:54 2023 -0600

    [MINOR][BUILD] Delete a invalid TODO from `dev/test-dependencies.sh`
    
    ### What changes were proposed in this pull request?
    This pr just delete a invalid `TODO(SPARK-36168)` from 
`dev/test-dependencies.sh` due to SPARK-36168 has been identified as `Not A 
Problem`.
    
    ### Why are the changes needed?
    Delete a invalid TODO.
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Pass GitHub Actions
    
    Closes #40230 from LuciferYang/minor-useless-todo.
    
    Authored-by: yangjie01 <[email protected]>
    Signed-off-by: Sean Owen <[email protected]>
    (cherry picked from commit 3b258ef949bebd48b36de2547f3b426607af6c27)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 dev/test-dependencies.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev/test-dependencies.sh b/dev/test-dependencies.sh
index 2907ef27189c..8f4875adef14 100755
--- a/dev/test-dependencies.sh
+++ b/dev/test-dependencies.sh
@@ -64,7 +64,6 @@ SCALA_BINARY_VERSION=$($MVN -q \
     --non-recursive \
     org.codehaus.mojo:exec-maven-plugin:1.6.0:exec | grep -E '[0-9]+\.[0-9]+')
 if [[ "$SCALA_BINARY_VERSION" != "2.12" ]]; then
-  # TODO(SPARK-36168) Support Scala 2.13 in dev/test-dependencies.sh
   echo "Skip dependency testing on $SCALA_BINARY_VERSION"
   exit 0
 fi


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to