turboFei commented on a change in pull request #2251:
URL: https://github.com/apache/incubator-kyuubi/pull/2251#discussion_r838623980
##########
File path:
externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/engine/spark/operation/SparkOperationSuite.scala
##########
@@ -57,7 +57,7 @@ class SparkOperationSuite extends WithSparkSQLEngine with
HiveMetadataTests with
test("get columns operation") {
val tableName = "spark_get_col_operation"
- val schema = new StructType()
+ var schema = new StructType()
Review comment:
nit: unneeded change
--
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]