strongduanmu commented on code in PR #4019:
URL: https://github.com/apache/calcite/pull/4019#discussion_r1818233993
##########
core/src/main/java/org/apache/calcite/prepare/CalciteCatalogReader.java:
##########
@@ -283,7 +283,7 @@ private static SqlMonikerImpl moniker(CalciteSchema schema,
@Nullable String nam
* or classes.
*
* @see ModelHandler#addFunctions */
- public static SqlOperatorTable operatorTable(String... classNames) {
+ public SqlOperatorTable operatorTable(String... classNames) {
Review Comment:
Besides, I found operatorTable is not called anywhere, should we delete this
method?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]