snallapa opened a new pull request #1364: [CALCITE-3237] IndexOutOfBoundsException in Expression writer URL: https://github.com/apache/calcite/pull/1364 ExpressionWriter.begin was using ArrayList.get on the Indent which has an initial capacity of 20. I ran into issues where this limit was reached and thought this should be .of which ensures the capacity
---------------------------------------------------------------- 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
