cravani commented on code in PR #52730:
URL: https://github.com/apache/spark/pull/52730#discussion_r2480858211
##########
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:
Working on updating the minimal repro for this test case...
--
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]