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 18c73fce6 Add calcite csv schema
add be9f84ff1 Add a csv schema and revise the overall structure of the
package
No new revisions were added by this update.
Summary of changes:
.../org/apache/baremaps/calcite/csv/CsvSchema.java | 6 +-
.../FlatGeoBufSchema.java} | 28 ++-
.../calcite/flatgeobuf/FlatGeoBufTable.java | 11 +-
.../apache/baremaps/calcite/csv/CsvSchemaTest.java | 2 +-
.../apache/baremaps/calcite/csv/CsvTableTest.java | 21 ++-
.../calcite/flatgeobuf/FlatGeoBufSchemaTest.java | 187 +++++++++++++++++++
.../calcite/flatgeobuf/FlatGeoBufTableTest.java | 204 ++++++++++++++++-----
.../data/{samples => flatgeobuf}/countries.fgb | Bin
.../org/apache/baremaps/testing/TestFiles.java | 8 +-
9 files changed, 385 insertions(+), 82 deletions(-)
copy
baremaps-calcite/src/main/java/org/apache/baremaps/calcite/{csv/CsvSchema.java
=> flatgeobuf/FlatGeoBufSchema.java} (64%)
create mode 100644
baremaps-calcite/src/test/java/org/apache/baremaps/calcite/flatgeobuf/FlatGeoBufSchemaTest.java
rename baremaps-testing/data/{samples => flatgeobuf}/countries.fgb (100%)