julianhyde commented on code in PR #208:
URL: https://github.com/apache/calcite-avatica/pull/208#discussion_r1109420675


##########
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:
   Change the commit message to 
"[CALCITE-5536](https://issues.apache.org/jira/browse/CALCITE-5536)
   Clean up some of the magic numbers in AvaticaResultSetConversionsTest and 
AbstractCursor" and I think we're good.



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