danny0405 commented on a change in pull request #1738: [CALCITE-3719] Add hint option checker to customize the option URL: https://github.com/apache/calcite/pull/1738#discussion_r365033938
########## File path: core/src/main/java/org/apache/calcite/rel/hint/HintStrategyTable.java ########## @@ -48,15 +52,26 @@ /** Empty strategies. */ // Need to replace the EMPTY with DEFAULT if we have any hint implementations. - public static final HintStrategyTable EMPTY = new HintStrategyTable(new HashMap<>()); + public static final HintStrategyTable EMPTY = new HintStrategyTable( + new HashMap<>(), new HashMap<>(), HintErrorLogger.INSTANCE); Review comment: I agree, thanks. ---------------------------------------------------------------- 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] With regards, Apache Git Services
