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 2019/07/24 14:17:03 UTC

[GitHub] [calcite] rubenada opened a new pull request #1269: [CALCITE-3109] Improvements on algebraic operators to express recursive queries (RepeatUnion & TableSpool)

rubenada opened a new pull request #1269: [CALCITE-3109] Improvements on algebraic operators to express recursive queries (RepeatUnion & TableSpool)
URL: https://github.com/apache/calcite/pull/1269
 
 
   Jira ticket: [CALCITE-3109](https://issues.apache.org/jira/browse/CALCITE-3109) 
   Pending details from [CALCITE-2812](https://issues.apache.org/jira/browse/CALCITE-2812) to make the RepeatUnion and TableSpool more consistent:
   
   TableSpool:
   - Replace `String tableName` with `RelOptTable table`.
   
   RepeatUnion:
   - Rename `maxRep` as `iterationLimit`. Change this field to allow all integer values, and treat all negative values as "no limit".
   - EnumerableDefaults#repeatUnionAll: make close method idempotent

----------------------------------------------------------------
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