Skip to content

Commit

Permalink
[SPARK-51266][CORE] Remove the unused definition of `private[spark] o…
Browse files Browse the repository at this point in the history
…bject TaskDetailsClassNames`

### What changes were proposed in this pull request?
`TaskDetailsClassNames` was no longer used by other code in Spark after the cleanup of the `TaskPagedTable` definition in SPARK-44490, so this PR removes it from the code.

### Why are the changes needed?
Code clenaup.

### Does this PR introduce _any_ user-facing change?
No, `TaskDetailsClassNames` is an internal definition of Apache Spark.

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

### Was this patch authored or co-authored using generative AI tooling?
No

Closes #50016 from LuciferYang/remove-TaskDetailsClassNames.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
LuciferYang authored and dongjoon-hyun committed Feb 20, 2025
1 parent fb17856 commit 62f0d29
Showing 1 changed file with 0 additions and 35 deletions.

This file was deleted.

0 comments on commit 62f0d29

Please sign in to comment.