danny0405 opened a new pull request #1790: [CALCITE-3769] Deprecate TableScanRule URL: https://github.com/apache/calcite/pull/1790 * Deprecate TableScanRule and always invoke RelOptTable#toRel for RelBuilder#scan * RelOptTableImpl#toRel does not translate to EnumerableTableScan anymore, the EnumerableTableScan conversion logic has been moved to EnumerableTableScan * Remove the BindableTableScanRule from the default prepare ruleset, we only add it where we really need that * Fix the plan change
---------------------------------------------------------------- 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
