uschindler commented on a change in pull request #1929:
URL: https://github.com/apache/calcite/pull/1929#discussion_r482059339
##########
File path:
core/src/main/java/org/apache/calcite/runtime/ResultSetEnumerable.java
##########
@@ -434,20 +437,23 @@ public void close() {
};
}
//noinspection unchecked
Review comment:
same here
##########
File path:
core/src/main/java/org/apache/calcite/runtime/ResultSetEnumerable.java
##########
@@ -95,29 +95,32 @@
};
} else {
//noinspection unchecked
Review comment:
is this comment not also obsolete? In my patch I removed it; reason:
unchecked cast is gone
----------------------------------------------------------------
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]