Commit c1bc066
[KYUUBI #7299] [AUTHZ] Remove redundant concatenation with the list of conditions
### Why are the changes needed?
This concatenation with the list of conditions `conditionList` is redundant as the `columnPrune` method already contains it.
### How was this patch tested?
Existing unit tests.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #7299 from attilapiros/apiros_fix_1.
Closes #7299
18af358 [attilapiros] Remove redundant concatenation with the list of conditions
Authored-by: attilapiros <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
(cherry picked from commit 526a8aa)
Signed-off-by: Cheng Pan <[email protected]>1 parent 394201b commit c1bc066
File tree
1 file changed
+1
-1
lines changed- extensions/spark/kyuubi-spark-authz/src/main/scala/org/apache/kyuubi/plugin/spark/authz
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments