Description
Currently, there is no check and we iterate directly over the set returned, which may lead to a NPE if there is an operator underneath that is not supported.
https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/rel/metadata/RelMdTableReferences.java#L111