You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/02/24 13:15:05 UTC

[GitHub] [spark] peter-toth commented on a change in pull request #27675: [SPARK-30870][SQL] Don't alias a nested column if it means the whole attribute

peter-toth commented on a change in pull request #27675: [SPARK-30870][SQL] Don't alias a nested column if it means the whole attribute
URL: https://github.com/apache/spark/pull/27675#discussion_r383257527
 
 

 ##########
 File path: sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
 ##########
 @@ -3393,6 +3393,16 @@ class SQLQuerySuite extends QueryTest with SharedSparkSession with AdaptiveSpark
       )
     }
   }
+
+  test("SPARK-30870: Fix nested column aliasing") {
 
 Review comment:
   I've changed the name of the test and the PR. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org