[SPARK-37389][SQL][3.1] Check unclosed bracketed comments#34696
[SPARK-37389][SQL][3.1] Check unclosed bracketed comments#34696beliefer wants to merge 4 commits intoapache:branch-3.1from
Conversation
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #145573 has finished for PR 34696 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #145582 has finished for PR 34696 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #145599 has finished for PR 34696 at commit
|
|
ping @cloud-fan |
### What changes were proposed in this pull request? This PR used to backport #34668 to branch 3.1 ### Why are the changes needed? The execute plan is not expected, if we don't check unclosed bracketed comments. ### Does this PR introduce _any_ user-facing change? 'Yes'. The behavior of bracketed comments will more correctly. ### How was this patch tested? New tests. Closes #34696 from beliefer/SPARK-37389-backport-3.1. Authored-by: Jiaan Geng <beliefer@163.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
|
thanks, merging to 3.1! |
|
@cloud-fan Thank you. |
What changes were proposed in this pull request?
This PR used to backport #34668 to branch 3.1
Why are the changes needed?
The execute plan is not expected, if we don't check unclosed bracketed comments.
Does this PR introduce any user-facing change?
'Yes'. The behavior of bracketed comments will more correctly.
How was this patch tested?
New tests.