yiheng 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_r313301381
 
 

 ##########
 File path: 
thriftserver/server/src/main/scala/org/apache/livy/thriftserver/LivyCLIService.scala
 ##########
 @@ -226,8 +226,9 @@ class LivyCLIService(server: LivyThriftServer)
       schemaName: String,
       tableName: String,
       tableTypes: util.List[String]): OperationHandle = {
-    // TODO
-    throw new HiveSQLException("Operation GET_TABLES is not yet supported")
+    debug(sessionHandle + ": getTables()")
+    sessionManager.operationManager.getTables(sessionHandle, catalogName, 
schemaName, tableName,
+      tableTypes);
 
 Review comment:
   fixed

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