rdblue commented on a change in pull request #26425: [SPARK-29789][SQL] should 
not parse the bucket column name when creating v2 tables
URL: https://github.com/apache/spark/pull/26425#discussion_r343771374
 
 

 ##########
 File path: 
sql/catalyst/src/main/java/org/apache/spark/sql/connector/expressions/Expressions.java
 ##########
 @@ -46,9 +47,9 @@ public static Transform apply(String name, Expression... 
args) {
   }
 
   /**
-   * Create a named reference expression for a column.
+   * Create a named reference expression for a (nested) column.
    *
-   * @param name a column name
+   * @param name The column name. It refers to nested column if name contains 
dot.
 
 Review comment:
   This isn't true. Names are parsed using the SQL parser, so escaped names are 
valid.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to