yanlin-Lynn opened a new pull request #1436: [CALCITE-3317] Add a public constructor for LogicalCalc with RelInput type parameter URL: https://github.com/apache/calcite/pull/1436 Currently, for class [LogicalCalc](https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/rel/logical/LogicalCalc.java#L69), there doesn't exist a constructor `RelInput` type parameter, like this `public LogicalCalc(RelInput input)`. When deserialized from json string, it will throw a `RuntimeException`, please refer to [CALCITE-3317](https://issues.apache.org/jira/browse/CALCITE-3317) for the full stack trace. This PR tries to add this constructor.
---------------------------------------------------------------- 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
