AngersZhuuuu commented on a change in pull request #30816:
URL: https://github.com/apache/spark/pull/30816#discussion_r551737865
##########
File path: docs/sql-ref-syntax-qry-select.md
##########
@@ -154,7 +154,7 @@ SELECT [ hints , ... ] [ ALL | DISTINCT ] { [
named_expression | regex_column_na
* **regex_column_names**
- When `spark.sql.parser.quotedRegexColumnNames` is true, quoted
Identifiers (using backticks) in SELECT
+ When `spark.sql.parser.quotedRegexColumnNames` is true, quoted
identifiers (using backticks) in `SELECT`
statement are interpreted as regular expressions and SELECT statement can
take regex-based column specification.
Review comment:
Also updated the Doc, seem not very obvious.
----------------------------------------------------------------
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 the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]