vladimirg-db commented on code in PR #48619:
URL: https://github.com/apache/spark/pull/48619#discussion_r1812619664


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/unresolved.scala:
##########
@@ -500,25 +500,44 @@ abstract class UnresolvedStarBase(target: 
Option[Seq[String]]) extends Star with
   override def expand(
       input: LogicalPlan,
       resolver: Resolver): Seq[NamedExpression] = {
+    expandStar(input.output, input.metadataOutput, input.resolve, 
input.inputSet.toSeq, resolver)
+  }
+
+  /**
+   * Method used to expand a star. It uses output and metadata output 
attributes of the child
+   * for the expansion and it supports both recursive and non-recursive data 
types.
+   *
+   * @param childOperatorOutput the output attributes of the child operator

Review Comment:
   Please start the sentences from the capital letter



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

Reply via email to