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 fa987084b Format code
add 007867774 Add postgres schema
No new revisions were added by this update.
Summary of changes:
.../baremaps/calcite/postgres/PostgresSchema.java | 43 ++++++++
.../calcite/postgres/PostgresSchemaTest.java | 117 +++++++++++++++++++++
2 files changed, 160 insertions(+)
create mode 100644
baremaps-calcite/src/main/java/org/apache/baremaps/calcite/postgres/PostgresSchema.java
create mode 100644
baremaps-calcite/src/test/java/org/apache/baremaps/calcite/postgres/PostgresSchemaTest.java