julianhyde commented on a change in pull request #2111:
URL: https://github.com/apache/calcite/pull/2111#discussion_r474183958
##########
File path:
core/src/main/java/org/apache/calcite/prepare/CalciteCatalogReader.java
##########
@@ -385,7 +410,18 @@ private static RelDataType toSql(RelDataTypeFactory
typeFactory,
}
public List<SqlOperator> getOperatorList() {
- return null;
+ final ImmutableList.Builder<SqlOperator> b = ImmutableList.builder();
Review comment:
Done. I thought `b` would be OK because its uses are all near to its
declaration.
----------------------------------------------------------------
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]