cloud-fan commented on a change in pull request #25747: [SPARK-29039][SQL] 
centralize the catalog and table lookup logic
URL: https://github.com/apache/spark/pull/25747#discussion_r328405047
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/connector/expressions/expressions.scala
 ##########
 @@ -253,7 +253,7 @@ private[sql] final case class LiteralValue[T](value: T, 
dataType: DataType) exte
 }
 
 private[sql] final case class FieldReference(parts: Seq[String]) extends 
NamedReference {
-  import 
org.apache.spark.sql.connector.catalog.CatalogV2Implicits.MultipartIdentifierHelper
+  import 
org.apache.spark.sql.connector.catalog.CatalogV2Implicits.MultiPartIdentifierHelper
 
 Review comment:
   This is obviously a typo and only affects this line, so I went ahead and 
fixed it. I can drop it if you think that's better, but it's probably that no 
one would send a PR to only fix this typo...

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