Commit b6a1eb8
committed
[SPARK-54445][SQL][TESTS] Fix configuration related to
### What changes were proposed in this pull request?
This pr has corrected the configurations related to `ThresholdFilter` in `log4j2.properties` within `hive-thriftserver` module to prevent the following ERROR messages in the test logs:
- https://github.com/apache/spark/actions/runs/19555422394/job/55996708612
```
2025-11-20T05:56:22.1186895Z 2025-11-20T05:56:22.115648760Z pool-1-thread-1 ERROR Filters contains invalid attributes "onMatch", "onMismatch"
2025-11-20T05:56:22.1317678Z 2025-11-20T05:56:22.130070007Z pool-1-thread-1 ERROR Filters contains invalid attributes "onMatch", "onMismatch"
```
### Why are the changes needed?
Fix log4j configurations related to `ThresholdFilter`
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
- Pass Github Actions
- Manually verify that the test logs no longer contain similar printouts as described above.
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #53139 from LuciferYang/th-log4j.
Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: yangjie01 <yangjie01@baidu.com>ThresholdFilter in log4j2.properties within hive-thriftserver module1 parent 00dda2c commit b6a1eb8
1 file changed
+4
-8
lines changedLines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 30 | + | |
| 31 | + | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
| |||
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 40 | + | |
| 41 | + | |
46 | 42 | | |
47 | 43 | | |
48 | 44 | | |
| |||
0 commit comments