Kousuke Saruta created SPARK-34872: -------------------------------------- Summary: quoteIfNeeded should quote a name which contains non-word characters Key: SPARK-34872 URL: https://issues.apache.org/jira/browse/SPARK-34872 Project: Spark Issue Type: Bug Components: SQL Affects Versions: 3.1.1, 3.0.2, 3.2.0 Reporter: Kousuke Saruta Assignee: Kousuke Saruta
quoteIfNeeded quotes a string only when it contains . (dots) or ` (backticks) but the method should quote it if it contains non-word characters. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org