You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/01/10 01:09:57 UTC

[GitHub] [calcite] danny0405 commented on a change in pull request #1738: [CALCITE-3719] Add hint option checker to customize the option

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:
users@infra.apache.org


With regards,
Apache Git Services