Commit cfe2526
[SPARK-47307][SQL][FOLLOWUP] Promote spark.sql.legacy.chunkBase64String.enabled from a legacy/internal config to a regular/public one
### What changes were proposed in this pull request?
+ Promote spark.sql.legacy.chunkBase64String.enabled from a legacy/internal config to a regular/public one.
+ Add test cases for unbase64
### Why are the changes needed?
Keep the same behavior as before. More details: apache#47303 (comment)
### Does this PR introduce _any_ user-facing change?
yes, revert behavior change introduced in apache#47303
### How was this patch tested?
existing unit test
### Was this patch authored or co-authored using generative AI tooling?
No
Closes apache#47410 from wForget/SPARK-47307_followup.
Lead-authored-by: wforget <[email protected]>
Co-authored-by: Kent Yao <[email protected]>
Signed-off-by: Kent Yao <[email protected]>1 parent 16b32ed commit cfe2526
File tree
3 files changed
+7
-4
lines changed- connect/common/src/test/resources/query-tests/explain-results
- sql/catalyst/src
- main/scala/org/apache/spark/sql/internal
- test/scala/org/apache/spark/sql/catalyst/expressions
3 files changed
+7
-4
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3525 | 3525 | | |
3526 | 3526 | | |
3527 | 3527 | | |
3528 | | - | |
3529 | | - | |
| 3528 | + | |
3530 | 3529 | | |
3531 | 3530 | | |
3532 | 3531 | | |
3533 | 3532 | | |
3534 | 3533 | | |
3535 | | - | |
| 3534 | + | |
3536 | 3535 | | |
3537 | 3536 | | |
3538 | 3537 | | |
| |||
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/StringExpressionsSuite.scala
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
523 | 527 | | |
524 | 528 | | |
525 | 529 | | |
| |||
0 commit comments