olivrlee commented on code in PR #227:
URL: https://github.com/apache/calcite-avatica/pull/227#discussion_r1323855192


##########
server/src/test/java/org/apache/calcite/avatica/RemoteDriverMockTest.java:
##########
@@ -127,6 +127,21 @@ private Connection getMockConnection() {
     connection.close();
   }
 
+  @Test public void testTablesAdditionalColumns() throws Exception {

Review Comment:
   It mocks getting the response, but it actually tests the client code in 
RemoteMeta that handles the response and parses the signature into the 
ResultSet. 



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

Reply via email to