yaooqinn commented on code in PR #47303:
URL: https://github.com/apache/spark/pull/47303#discussion_r1675336785
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -3525,6 +3525,14 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val CHUNK_BASE_64_STRING_ENABLED =
buildConf("spark.sql.chunkBase64String.enabled")
+ .doc("Whether to truncate string generated by the `Base64` function. When
true, base64" +
Review Comment:
```suggestion
val CHUNK_BASE_64_STRING_ENABLED =
buildConf("spark.sql.legacy.chunkBase64String.enabled")
.internal()
.doc("Whether to truncate string generated by the `Base64` function.
When true, base64" +
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]