flaming-archer opened a new pull request #1479: [CALCITE-3379] AssertionError for checking RexNode implify #1479 URL: https://github.com/apache/calcite/pull/1479 origin is use table'field no. But if fields in diffrent tables has the same order.That say ` leftFactorColMapping.put( colOrigin.getOriginColumnOrdinal(), i); ` leftFactorColMapping the after will override the before.So i want to add table's qualifiedNames to differentiate.
---------------------------------------------------------------- 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
