hsyuan opened a new pull request #1546: [CALCITE-3458] Remove desc in AbstractRelNode URL: https://github.com/apache/calcite/pull/1546 If the query is super large, e.g. contains tens of thousands of nodes or expressions, the RelNode digest and desc become very large. The content of desc and digest are almost the same, except that desc consists of id plus digest. So remove desc, just use id + digest to produce description.
---------------------------------------------------------------- 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
