cloud-fan commented on code in PR #50412:
URL: https://github.com/apache/spark/pull/50412#discussion_r2015643884


##########
sql/core/src/test/scala/org/apache/spark/sql/ComplexTypesSuite.scala:
##########
@@ -171,4 +171,18 @@ class ComplexTypesSuite extends QueryTest with 
SharedSparkSession {
     assert(df.schema == expectedSchema)
     checkAnswer(df, Seq(Row(Row(1, 2))))
   }
+
+  test("Propagate StructField metadata when doing CreateNamedStruct.dataType") 
{

Review Comment:
   ```suggestion
     test("SPARK-51624: Propagate StructField metadata when doing 
CreateNamedStruct.dataType") {
   ```



##########
sql/core/src/test/scala/org/apache/spark/sql/ComplexTypesSuite.scala:
##########
@@ -171,4 +171,18 @@ class ComplexTypesSuite extends QueryTest with 
SharedSparkSession {
     assert(df.schema == expectedSchema)
     checkAnswer(df, Seq(Row(Row(1, 2))))
   }
+
+  test("Propagate StructField metadata when doing CreateNamedStruct.dataType") 
{

Review Comment:
   ```suggestion
     test("SPARK-51624: Propagate StructField metadata in 
CreateNamedStruct.dataType") {
   ```



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