laurentgo opened a new pull request #1225: [CALCITE-3082] Fix NPE in SqlUtil#getSelectListItem URL: https://github.com/apache/calcite/pull/1225 When validating operands of a set operation, if operands don't have matching schema, and if one of the operand doesn't have a FROM clause, SqlUtil#getSelectListItem throws NPE. Fixing by adding a proper 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: [email protected] With regards, Apache Git Services
