pan3793 commented on a change in pull request #2167:
URL: https://github.com/apache/incubator-kyuubi/pull/2167#discussion_r829919878



##########
File path: 
externals/kyuubi-hive-sql-engine/src/test/scala/org/apache/kyuubi/engine/hive/operation/HiveOperationSuite.scala
##########
@@ -19,9 +19,11 @@ package org.apache.kyuubi.engine.hive.operation
 
 import scala.collection.mutable.ArrayBuffer
 
+import org.apache.hadoop.hive.ql.exec.FunctionInfo
+
 import org.apache.kyuubi.engine.hive.HiveSQLEngine
 import org.apache.kyuubi.operation.HiveJDBCTestHelper
-import org.apache.kyuubi.operation.meta.ResultSetSchemaConstant.{TABLE_CAT, 
TABLE_CATALOG, TABLE_NAME, TABLE_SCHEM, TABLE_TYPE}
+import org.apache.kyuubi.operation.meta.ResultSetSchemaConstant.{FUNCTION_CAT, 
FUNCTION_NAME, FUNCTION_SCHEM, REMARKS, SPECIFIC_NAME, TABLE_CAT, 
TABLE_CATALOG, TABLE_NAME, TABLE_SCHEM, TABLE_TYPE}

Review comment:
       it's too long, we can use _ here




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

Reply via email to