dongjoon-hyun commented on a change in pull request #31808:
URL: https://github.com/apache/spark/pull/31808#discussion_r592142392



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/DataFrameAggregateSuite.scala
##########
@@ -1091,6 +1091,25 @@ class DataFrameAggregateSuite extends QueryTest
     val df = spark.sql(query)
     checkAnswer(df, Row(0, "0", 0, 0) :: Row(-1, "1", 1, 1) :: Row(-2, "2", 2, 
2) :: Nil)
   }
+
+  test("SPARK-34713: group by CreateStruct with ExtractValue") {

Review comment:
       Thank you for adding this test case. BTW, do you think we can have a 
narrow-downed test case in `catalyst` module instead of this integration test?




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to