jerryshao commented on a change in pull request #194: 
[LIVY-622][LIVY-623][LIVY-624][LIVY-625][Thrift]Support GetFunctions, 
GetSchemas, GetTables, GetColumns in Livy thrift server
URL: https://github.com/apache/incubator-livy/pull/194#discussion_r313832654
 
 

 ##########
 File path: 
thriftserver/server/src/main/scala/org/apache/livy/thriftserver/LivyOperationManager.scala
 ##########
 @@ -187,6 +187,64 @@ class LivyOperationManager(val livyThriftSessionManager: 
LivyThriftSessionManage
     })
   }
 
+  @throws[HiveSQLException]
+  def getTables(
+      sessionHandle: SessionHandle,
+      catalogName: String,
+      schemaName: String,
+      tableName: String,
+      tableTypes: util.List[String]): OperationHandle = {
+      executeOperation(sessionHandle, {
+    val op = new GetTablesOperation(sessionHandle, catalogName, schemaName, 
tableName, tableTypes,
 
 Review comment:
   nit: indention here and above seems not correct.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to