asolimando commented on a change in pull request #138:
URL: https://github.com/apache/calcite-avatica/pull/138#discussion_r602432500
##########
File path: core/src/main/java/org/apache/calcite/avatica/Meta.java
##########
@@ -647,12 +648,13 @@ public static CursorFactory create(@JsonProperty("style")
Style style,
public static final CursorFactory LIST =
new CursorFactory(Style.LIST, null, null, null);
- public static CursorFactory record(Class resultClazz) {
- return new CursorFactory(Style.RECORD, resultClazz, null, null);
Review comment:
Agreed, not sure if we should target `2.0` like for the other
"deprecated" annotations I have seen around, rather than `1.19` as I have seen
in your branch. Both work for me.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]