[GitHub] [calcite] liyafan82 closed pull request #2098: [CALCITE-4155][WIP] Simplify IN expression of discrete values

2020-09-15 Thread GitBox
liyafan82 closed pull request #2098: URL: https://github.com/apache/calcite/pull/2098 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

[GitHub] [calcite] liyafan82 opened a new pull request #2151: [CALCITE-4155] Simplify IN expression of discrete values

2020-09-15 Thread GitBox
liyafan82 opened a new pull request #2151: URL: https://github.com/apache/calcite/pull/2151 See https://issues.apache.org/jira/browse/CALCITE-4155 After introducing the Sarg framework, we need to support it based on that.

[GitHub] [calcite] liyafan82 commented on pull request #2098: [CALCITE-4155][WIP] Simplify IN expression of discrete values

2020-09-15 Thread GitBox
liyafan82 commented on pull request #2098: URL: https://github.com/apache/calcite/pull/2098#issuecomment-693126829 I am closing this, as the patch should be based on the new Sarg framework. Thank you for reviewing it @vlsi

[GitHub] [calcite] jamesstarr opened a new pull request #2150: CALCITE-4257 Parameterize CachingRelMetadataProvider.cached

2020-09-15 Thread GitBox
jamesstarr opened a new pull request #2150: URL: https://github.com/apache/calcite/pull/2150 Adding a constructor to all CachingRelMetadataProvider.cached to be passed, so end user can decide if they want to use LRU or soft reference cache.