This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch calcite-framework
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
from c678597f4 Clean and fix code
add 18c73fce6 Add calcite csv schema
No new revisions were added by this update.
Summary of changes:
baremaps-calcite/pom.xml | 12 --
.../GeoPackageSchema.java => csv/CsvSchema.java} | 43 +++---
.../org/apache/baremaps/calcite/csv/CsvTable.java | 7 +-
.../apache/baremaps/calcite/csv/CsvSchemaTest.java | 161 +++++++++++++++++++++
.../apache/baremaps/calcite/csv/CsvTableTest.java | 113 +++++++--------
baremaps-testing/data/csv/cities.csv | 4 +
baremaps-testing/data/csv/countries.csv | 4 +
.../org/apache/baremaps/testing/TestFiles.java | 9 ++
8 files changed, 255 insertions(+), 98 deletions(-)
copy
baremaps-calcite/src/main/java/org/apache/baremaps/calcite/{geopackage/GeoPackageSchema.java
=> csv/CsvSchema.java} (52%)
create mode 100644
baremaps-calcite/src/test/java/org/apache/baremaps/calcite/csv/CsvSchemaTest.java
create mode 100644 baremaps-testing/data/csv/cities.csv
create mode 100644 baremaps-testing/data/csv/countries.csv