strongduanmu commented on code in PR #275:
URL: https://github.com/apache/calcite-avatica/pull/275#discussion_r1948294819


##########
core/src/test/java/org/apache/calcite/avatica/AvaticaResultSetThrowsSqlExceptionTest.java:
##########
@@ -145,28 +145,46 @@ private boolean getColumn(final ResultSet resultSet, 
final int index,
       case 3: // SMALLINT
         resultSet.getShort(index);
         break;
-      case 4: // INTEGER
+      case 4: // MEDIUMINT
         resultSet.getInt(index);
         break;
-      case 5: // BIGINT
+      case 5: // INTEGER

Review Comment:
   Great suggestion, done.



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