dtenedor commented on code in PR #48940:
URL: https://github.com/apache/spark/pull/48940#discussion_r1859076942


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/unresolved.scala:
##########
@@ -462,13 +462,15 @@ abstract class Star extends LeafExpression with 
NamedExpression {
  * "SELECT record.* from (SELECT struct(a,b,c) as record ...)
  *
  * @param target an optional name that should be the target of the expansion.  
If omitted all
- *              targets' columns are produced. This can either be a table name 
or struct name. This
- *              is a list of identifiers that is the path of the expansion.
+ *               targets' columns are produced. This can either be a table 
name or struct name. This
+ *               is a list of identifiers that is the path of the expansion.
  *
- * This class provides the shared behavior between the classes for SELECT * 
([[UnresolvedStar]])
- * and SELECT * EXCEPT ([[UnresolvedStarExcept]]). [[UnresolvedStar]] is just 
a case class of this,
- * while [[UnresolvedStarExcept]] adds some additional logic to the expand 
method.
-  */
+ *               This class provides the shared behavior between the classes 
for

Review Comment:
   Good catch, I think IntelliJ accidentally auto-reformatted this. I fixed it 
back to the original 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]

Reply via email to