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: [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]