maropu commented on a change in pull request #27702: [SPARK-30955][SQL] Exclude 
Generate output when aliasing in nested column pruning
URL: https://github.com/apache/spark/pull/27702#discussion_r384317061
 
 

 ##########
 File path: sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
 ##########
 @@ -3396,13 +3397,24 @@ class SQLQuerySuite extends QueryTest with 
SharedSparkSession with AdaptiveSpark
 
   test("SPARK-30870: Column pruning shouldn't alias a nested column if it 
means the whole " +
     "structure") {
 
 Review comment:
   nit: this is not related to this pr though, for simplicity, can we pack the 
test title in a single line like `test("SPARK-30870: Column pruning shouldn't 
alias a nested column for the whole structure)`?

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