Skip to content

Commit d8820a0

Browse files
committed
[SPARK-47172][DOCS][FOLLOWUP] Fix spark.network.crypto.ciphersince version field on security page
### What changes were proposed in this pull request? Given that SPARK-47172 was an improvement but got merged into 3.4/3.5, we need to fix the since version to eliminate misunderstandings. ### Why are the changes needed? doc fix ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? doc build ### Was this patch authored or co-authored using generative AI tooling? no Closes #47353 from yaooqinn/SPARK-47172. Authored-by: Kent Yao <yao@apache.org> Signed-off-by: Kent Yao <yao@apache.org>
1 parent 23080ac commit d8820a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The following table describes the different options available for configuring th
214214
Cipher mode to use. Defaults "AES/CTR/NoPadding" for backward compatibility, which is not authenticated.
215215
Recommended to use "AES/GCM/NoPadding", which is an authenticated encryption mode.
216216
</td>
217-
<td>4.0.0</td>
217+
<td>4.0.0, 3.5.2, 3.4.4</td>
218218
</tr>
219219
<tr>
220220
<td><code>spark.network.crypto.authEngineVersion</code></td>

0 commit comments

Comments
 (0)