HyukjinKwon commented on code in PR #38795:
URL: https://github.com/apache/spark/pull/38795#discussion_r1037739290
##########
sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/CliSuite.scala:
##########
@@ -788,4 +790,29 @@ class CliSuite extends SparkFunSuite {
"--conf",
s"${StaticSQLConf.CATALOG_DEFAULT_DATABASE.key}=spark_35242"))(
"show tables;" -> "spark_test")
}
+
+ test("[SPARK-41259] Spark-sql cli query results should correspond to
schema") {
Review Comment:
```suggestion
test("SPARK-41259: Spark-sql cli query results should correspond to
schema") {
```
--
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]