Github user cloud-fan commented on the issue:
https://github.com/apache/spark/pull/17736
> This also seems unreasonable to me because so many backslashes are
confusing and it seems to me that no other systems have similar behavior
Like I said before, it's because java string literal plays a role here, try
to use `"""string"""` and it can be much better. If we wanna compare with other
systems, we should compare the SQL shell.
Migration is a real problem, but it's also a problem for string literals.
We can add a config to fallback to old SQL parser behavior.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]