Re: Updating to Calcite 1.26 ... help wanted

2020-12-07 Thread Andrew Pilloud
To answer your initial question, the parser factory can be replaced here: https://github.com/apache/beam/blob/7c43ab6a8df9b23caa7321fddff9a032a71908f6/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/JdbcFactory.java#L98 The support from DDL in Beam is a copy of the

Updating to Calcite 1.26 ... help wanted

2020-12-06 Thread Niels Basjes
Hi, I'm trying to update the version of Calcite used in Beam to the latest version available. https://issues.apache.org/jira/browse/BEAM-9379 https://github.com/apache/beam/pull/12962 I've hit a bit of a roadblock that I'm asking your help for. What I ran into is that some tests in the current