cloud-fan commented on code in PR #43959:
URL: https://github.com/apache/spark/pull/43959#discussion_r1406744776
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/v2ResolutionPlans.scala:
##########
@@ -37,7 +37,9 @@ import org.apache.spark.util.ArrayImplicits._
* Holds the name of a namespace that has yet to be looked up in a catalog. It
will be resolved to
* [[ResolvedNamespace]] during analysis.
*/
-case class UnresolvedNamespace(multipartIdentifier: Seq[String]) extends
UnresolvedLeafNode
+case class UnresolvedNamespace(
+ multipartIdentifier: Seq[String],
Review Comment:
nit: 4 spaces indentation
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/v2ResolutionPlans.scala:
##########
@@ -144,7 +146,10 @@ trait LeafNodeWithoutStats extends LeafNode {
/**
* A plan containing resolved namespace.
*/
-case class ResolvedNamespace(catalog: CatalogPlugin, namespace: Seq[String])
+case class ResolvedNamespace(
+ catalog: CatalogPlugin,
Review Comment:
nit: 4 spaces indentation
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]