strongduanmu commented on code in PR #4019:
URL: https://github.com/apache/calcite/pull/4019#discussion_r1818227154
##########
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:
The operatorTable method will call the toOp method. If the toOp method
cannot be a static method, then the operatorTable method also needs to remove
static.
--
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]