Skip to content

Commit

Permalink
[MINOR][BUILD] Delete a invalid TODO from dev/test-dependencies.sh
Browse files Browse the repository at this point in the history
### 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 apache#40230 from LuciferYang/minor-useless-todo.

Authored-by: yangjie01 <[email protected]>
Signed-off-by: Sean Owen <[email protected]>
  • Loading branch information
LuciferYang authored and srowen committed Mar 1, 2023
1 parent 9d2fe90 commit 3b258ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/test-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b258ef

Please sign in to comment.