julianhyde commented on a change in pull request #1141: [CALCITE-2914] Improve how LatticeSuggester deduces foreign keys URL: https://github.com/apache/calcite/pull/1141#discussion_r272034073
########## File path: core/src/main/java/org/apache/calcite/tools/Frameworks.java ########## @@ -38,6 +37,7 @@ import org.apache.calcite.sql2rel.SqlRexConvertletTable; import org.apache.calcite.sql2rel.SqlToRelConverter; import org.apache.calcite.sql2rel.StandardConvertletTable; +import org.apache.calcite.statistic.MapSqlStatisticProvider; import org.apache.calcite.util.Util; Review comment: That was a mistake. It was useful in tests, so we didn't notice that we'd made it the default. I have now made a query provider wrapped in a caching provider the default. ---------------------------------------------------------------- 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
