cloud-fan commented on code in PR #50727: URL: https://github.com/apache/spark/pull/50727#discussion_r2066438339
########## sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/ThriftServerQueryTestSuite.scala: ########## @@ -110,7 +110,8 @@ class ThriftServerQueryTestSuite extends SQLQueryTestSuite with SharedThriftServ // VARIANT type "variant/named-function-arguments.sql", // SPARK-51516: Support the TIME data type by Thrift Server - "time.sql" + "time.sql", + "view-with-default-collation.sql" Review Comment: Can we put it near the existing collation golden files in this ignore list? e.g. line 107 -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org