cloud-fan 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_r344998495
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/connector/expressions/expressions.scala
##########
@@ -43,20 +43,22 @@ private[sql] object LogicalExpressions {
def reference(name: String): NamedReference =
FieldReference(parser.parseMultipartIdentifier(name))
+ def reference(nameParts: Seq[String]): NamedReference =
FieldReference(nameParts)
Review comment:
good idea!
----------------------------------------------------------------
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]