cloud-fan commented on code in PR #36373:
URL: https://github.com/apache/spark/pull/36373#discussion_r871477878


##########
sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/session/HiveSession.java:
##########
@@ -182,11 +184,11 @@ OperationHandle getCrossReference(String primaryCatalog,
 
   void closeOperation(OperationHandle opHandle) throws HiveSQLException;
 
-  TableSchema getResultSetMetadata(OperationHandle opHandle)
+  TTableSchema getResultSetMetadata(OperationHandle opHandle)
       throws HiveSQLException;
 
-  RowSet fetchResults(OperationHandle opHandle, FetchOrientation orientation,
-      long maxRows, FetchType fetchType) throws HiveSQLException;
+  TRowSet fetchResults(OperationHandle opHandle, FetchOrientation orientation,
+                       long maxRows, FetchType fetchType) throws 
HiveSQLException;

Review Comment:
   the previous indentation was 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.

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