stoty commented on code in PR #208:
URL: https://github.com/apache/calcite-avatica/pull/208#discussion_r1109293800
##########
core/src/main/java/org/apache/calcite/avatica/util/AbstractCursor.java:
##########
@@ -173,14 +173,14 @@ protected Accessor createAccessor(ColumnMetaData
columnMetaData,
default:
throw new AssertionError("bad " + columnMetaData.type.rep);
}
- case 2013: // TIME_WITH_TIMEZONE
Review Comment:
Nit:
While these changes are fine, they do not agree with the commit message.
(i.e this is not a test refactor)
--
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]