Skip to content

Commit

Permalink
[SPARK-44674][GRAPHX] Remove BytecodeUtils from graphx module
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
`BytecodeUtils` and `BytecodeUtilsSuite` introduced in [Added the BytecodeUtils class for analyzing bytecode](apache@ae12d16).

apache#23098 deleted the `BytecodeUtilsSuite`, and after apache#35566, `BytecodeUtils` is no longer used.

So this pr remove `BytecodeUtils` from `graphx` module.

### Why are the changes needed?
Clean up unnecessary code.

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Pass GitHub Actions

Closes apache#42343 from LuciferYang/SPARK-44674.

Authored-by: yangjie01 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
LuciferYang authored and dongjoon-hyun committed Aug 4, 2023
1 parent 84ea6f2 commit 4a344b6
Showing 1 changed file with 0 additions and 134 deletions.
134 changes: 0 additions & 134 deletions graphx/src/main/scala/org/apache/spark/graphx/util/BytecodeUtils.scala

This file was deleted.

0 comments on commit 4a344b6

Please sign in to comment.