yaooqinn commented on code in PR #36373:
URL: https://github.com/apache/spark/pull/36373#discussion_r859583552
##########
sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/CLIServiceClient.java:
##########
@@ -35,7 +36,7 @@ public SessionHandle openSession(String username, String
password)
}
@Override
- public RowSet fetchResults(OperationHandle opHandle) throws HiveSQLException
{
+ public TRowSet fetchResults(OperationHandle opHandle) throws
HiveSQLException {
Review Comment:
CLIServiceClient and its child is used in our test only, changes here will
not have impacts on real-world clients
--
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]