dejankrak-db commented on code in PR #49084:
URL: https://github.com/apache/spark/pull/49084#discussion_r1897392753
##########
sql/hive/src/test/scala/org/apache/spark/sql/hive/client/HiveClientSuite.scala:
##########
@@ -316,6 +335,17 @@ class HiveClientSuite(version: String) extends
HiveVersionSuite(version) {
assert(!client.tableExists("temporary", "tgt"))
}
+ test("alterTable - change collation") {
Review Comment:
Right, this test case covers a subset of that test case above (covering just
the alter table default collation part), so I have removed 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]