julianhyde commented on issue #1523: [CALCITE-3432] RexBuilder construct method with the default of RelDataTypeFactory. URL: https://github.com/apache/calcite/pull/1523#issuecomment-544312710 I don't think this is a useful change. People might accidentally create a RexBuilder with a different type factory than is used elsewhere in their code. There's probably some code in Planner or Frameworks that creates everything that people need. Or you can add it to your own utility class. I'd recommend that you add javadoc explaining what it is doing.
---------------------------------------------------------------- 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
