Commit dc2f57e
committed
### What changes were proposed in this pull request?
This PR aims to fix `DataFrame` to use `SparkSession`'s `transportSecurity`.
### Why are the changes needed?
To support TLS correctly. This issue was reported during `v0.1.0 RC1` vote.
### Does this PR introduce _any_ user-facing change?
Yes, but it's a bug fix which the previous behavior is not proper.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #118 from dongjoon-hyun/SPARK-52059.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent e3a440c commit dc2f57e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| |||
0 commit comments