Commit b383c04
[SPARK-38959][SQL][FOLLOW-UP] Address feedback for RowLevelOperationRuntimeGroupFiltering
### What changes were proposed in this pull request?
This PR is to address the feedback on PR apache#36304 after that change was merged.
### Why are the changes needed?
These changes are needed for better code quality.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Existing tests.
Closes apache#38526 from aokolnychyi/spark-38959-follow-up.
Authored-by: aokolnychyi <aokolnychyi@apple.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>1 parent b72f7e2 commit b383c04
1 file changed
Lines changed: 2 additions & 3 deletions
File tree
- sql/core/src/main/scala/org/apache/spark/sql/execution/dynamicpruning
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
| 81 | + | |
| 82 | + | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
| |||
0 commit comments