cloud-fan commented on a change in pull request #31808:
URL: https://github.com/apache/spark/pull/31808#discussion_r592158683



##########
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:
       We don't have a UT for `ResolveCreateNamedStruct` yet. The bug is 
trivial so I didn't spend time building a new UT.




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