Re: [PR] [SPARK-46071][SQL] Optimize CaseWhen toJSON content [spark]

2024-03-08 Thread via GitHub
github-actions[bot] closed pull request #43979: [SPARK-46071][SQL] Optimize CaseWhen toJSON content URL: https://github.com/apache/spark/pull/43979 -- 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

Re: [PR] [SPARK-46071][SQL] Optimize CaseWhen toJSON content [spark]

2024-03-07 Thread via GitHub
github-actions[bot] commented on PR #43979: URL: https://github.com/apache/spark/pull/43979#issuecomment-1984826451 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.

[PR] [SPARK-46071][SQL] Optimize CaseWhen toJSON content [spark]

2023-11-23 Thread via GitHub
JacobZheng0927 opened a new pull request, #43979: URL: https://github.com/apache/spark/pull/43979 ### What changes were proposed in this pull request? Modify the toJSON return format of CaseWhen to avoid child expressions being populated multiple times in JSON. **Before:**