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

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


 discard f871323a6 Add consumer, mapper and query for datatable abstration
 discard d7a4b6396 Refactor the geocoder package
     add 39a8abf6b Add a csv data store (#901)
     new 88a64437b Refactor the geocoder package
     new 7058cad6f Add consumer, mapper and query for datatable abstration

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f871323a6)
            \
             N -- N -- N   refs/heads/overturemaps-lucene (7058cad6f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../CsvDataStore.java}                             |  59 +++---
 .../apache/baremaps/storage/csv/CsvDataTable.java  | 201 +++++++++++++++++++++
 .../storage/csv/CsvDataTableGeonamesTest.java      | 126 +++++++++++++
 .../baremaps/storage/csv/CsvDataTableTest.java     | 195 ++++++++++++++++++++
 .../org/apache/baremaps/testing/TestFiles.java     |   3 +
 5 files changed, 559 insertions(+), 25 deletions(-)
 copy 
baremaps-core/src/main/java/org/apache/baremaps/storage/{geopackage/GeoPackageDataStore.java
 => csv/CsvDataStore.java} (50%)
 create mode 100644 
baremaps-core/src/main/java/org/apache/baremaps/storage/csv/CsvDataTable.java
 create mode 100644 
baremaps-core/src/test/java/org/apache/baremaps/storage/csv/CsvDataTableGeonamesTest.java
 create mode 100644 
baremaps-core/src/test/java/org/apache/baremaps/storage/csv/CsvDataTableTest.java

Reply via email to