danny0405 commented on a change in pull request #2126:
URL: https://github.com/apache/calcite/pull/2126#discussion_r481000660
##########
File path:
core/src/main/java/org/apache/calcite/rel/metadata/RelMdUniqueKeys.java
##########
@@ -256,6 +259,35 @@ private RelMdUniqueKeys() {}
return ImmutableSet.of();
}
+ /**
+ * Any unique key of any input of Intersect is a unique key of the Intersect.
+ */
Review comment:
`is a` => `is an`
----------------------------------------------------------------
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]