danny0405 opened a new pull request #1729: [CALCITE-3715] Add an interface to pass the table hints to RelOptTable URL: https://github.com/apache/calcite/pull/1729 * In RelOptTable, add an interface ToRelContextSupplier to allow customize the ToRelContext * Add ToRelContext#getTableHints to fetch hints when translating table to relational node * Add a new method ViewExpanders#toRelContext(ViewExpander, RelOptCluster, List<RelHint>) to allow passing the hints to the ToRelContext * Remove the old `viewExpander instanceOf ToRelContext` logic because it is never used in Calcite, and we should not cast a superclass to child class
---------------------------------------------------------------- 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
