cravani commented on code in PR #52730:
URL: https://github.com/apache/spark/pull/52730#discussion_r2478446450


##########
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveMetastoreCatalogSuite.scala:
##########
@@ -438,6 +438,46 @@ class DataSourceWithHiveMetastoreCatalogSuite
     }
   }
 
+  test("SPARK-54028: Table and View with complex nested schema and ALTER 
operations") {
+    withTable("t") {
+      val schema =
+        "double_field DOUBLE," +
+          "id STRING," +
+          "integer_field BIGINT," +
+          "struct_field STRUCT<" +
+          "`colon:field_name`:STRING" +

Review Comment:
   Yes that is correct we only need struct_field to reproduce the issue, I just 
added my complete test scenario. Let me know if existing test case is ok or I 
can modify to include struct_field alone.



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