Commit fedd5af
committed
[SPARK-52248] Use
### What changes were proposed in this pull request?
This PR aims to use `exact` versions of dependency.
### Why are the changes needed?
To prevent the unintended compilation failure. Currently, all builds are broken like the following due to the latest release issue.
- #165
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Pass the CIs (recovering from the failure).
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #166 from dongjoon-hyun/SPARK-52248.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>exact versions of dependency1 parent eb0992d commit fedd5af
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments