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/11/07 07:01:55 UTC

[GitHub] [calcite] danny0405 opened a new pull request #1564: [CALCITE-3456] AssertionError throws when aggregation same digest in …

danny0405 opened a new pull request #1564: [CALCITE-3456] AssertionError throws when aggregation same digest in …
URL: https://github.com/apache/calcite/pull/1564
 
 
   …subquery in same scope
   
   * Change RelToSqlConverter#subQueryList from LinkedHashSet to ArrayList
   * Compare SubQuery by it's node reference, this ensures we get the node
   from exact the scope where it belongs
   * For SqlToRelConverter#getRootField, returns null if there is no field
   matching the passed in input ref, because the input is not always a join
   node; also remove the useless check for input row type null check

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