laurentgo commented on pull request #2016:
URL: https://github.com/apache/calcite/pull/2016#issuecomment-644520413


   Regarding my concern about memory usage, I was talking about `Digest` and 
the extra list used to store `items` which is kind of redundant with the 
`RelNode` itself. An alternative could have to replace the list of extra fields 
with an `Iterable` and call it each time items need to be collected? It could 
also possibly eliminate the creation of an array to do a comparison between 
objects...


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


Reply via email to