Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-45361][SQL][DOCS] Describe characters unescaping in string lit…
…erals ### What changes were proposed in this pull request? In the PR, I propose to update the doc ([link](https://spark.apache.org/docs/latest/sql-ref-literals.html#string-literal)) about string literals, and describe unescaping. <img width="1193" alt="Screenshot 2023-09-28 at 21 23 01" src="https://github.com/apache/spark/assets/1580697/7b871ded-50e1-4c93-9d86-60a2ce93f5e7"> ### Why are the changes needed? To make clear how string literals are preprocessed. This should less confuse Spark SQL users. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? By building docs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #43152 from MaxGekk/doc-string-literal. Authored-by: Max Gekk <max.gekk@gmail.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
- Loading branch information