yaooqinn commented on code in PR #3043:
URL: https://github.com/apache/incubator-kyuubi/pull/3043#discussion_r919596061


##########
kyuubi-hive-jdbc/src/main/java/org/apache/kyuubi/jdbc/hive/cli/ColumnBasedSet.java:
##########
@@ -112,43 +75,11 @@ public int numRows() {
     return columns.isEmpty() ? 0 : columns.get(0).size();
   }
 
-  @Override
-  public ColumnBasedSet extractSubset(int maxRows) {

Review Comment:
   this is a public programing api...



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