This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a change to branch calcite-schema-ddl
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


    from c8eae8c07 Remove unused attributes
     add ba486f59f Replace pair with record
     add 011f8e351 Minor refactoring
     add 9db9421d6 Add some tests
     add 8d85fb8b6 Add sql parser files
     add 2b6756b4a Add parser files to the project

No new revisions were added by this update.

Summary of changes:
 baremaps-calcite/pom.xml                           |   98 +-
 baremaps-calcite/src/main/codegen/config.fmpp      |  107 +
 .../src/main/codegen/default_config.fmpp           |  462 +
 .../src/main/codegen/includes/parserImpls.ftl      |  489 ++
 .../src/main/codegen/templates/Parser.jj           | 9214 ++++++++++++++++++++
 .../baremaps/calcite/BaremapsDdlExecutor.java      |  142 +-
 .../calcite/postgres/PostgresDdlExecutor.java      |  119 +-
 .../baremaps/calcite/BaremapsDdlExecutorTest.java  |  259 +-
 baremaps-data/pom.xml                              |    4 -
 .../baremaps/data/collection/AppendOnlyLog.java    |    3 +-
 .../data/memory/MemoryMappedDirectory.java         |    6 +-
 pom.xml                                            |    8 +-
 12 files changed, 10741 insertions(+), 170 deletions(-)
 create mode 100644 baremaps-calcite/src/main/codegen/config.fmpp
 create mode 100644 baremaps-calcite/src/main/codegen/default_config.fmpp
 create mode 100644 baremaps-calcite/src/main/codegen/includes/parserImpls.ftl
 create mode 100644 baremaps-calcite/src/main/codegen/templates/Parser.jj

Reply via email to