cloud-fan commented on code in PR #43843:
URL: https://github.com/apache/spark/pull/43843#discussion_r1400020732
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/unresolved.scala:
##########
@@ -358,20 +358,23 @@ abstract class Star extends LeafExpression with
NamedExpression {
def expand(input: LogicalPlan, resolver: Resolver): Seq[NamedExpression]
}
-
/**
Review Comment:
We can remove the API doc for the base class, as both the two child classes
have their own classdoc.
--
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]