This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a change to branch fix/GH-2650-shapefile-s3-warning
in repository https://gitbox.apache.org/repos/asf/sedona.git
discard 0c94f0b1e4 Add test to verify FileStreamSink metadata warning is
suppressed
discard d95e9274a2 Fix warning message when reading shapefiles from S3
add e6e99f016b [GH-2651] Add _metadata hidden column support for
GeoPackage DataSource V2 reader (#2654)
add 0e52724a1e [SEDONA-729] Add _metadata hidden column support for
shapefile DataSource V2 reader (#2653)
add 690e5b4af3 Fix warning message when reading shapefiles from S3
add 99ae31d7a1 Add test to verify FileStreamSink metadata warning is
suppressed
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 (0c94f0b1e4)
\
N -- N -- N refs/heads/fix/GH-2650-shapefile-s3-warning
(99ae31d7a1)
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.
No new revisions were added by this update.
Summary of changes:
.../GeoPackagePartitionReaderFactory.scala | 55 +++++-
.../datasources/geopackage/GeoPackageScan.scala | 11 +-
.../geopackage/GeoPackageScanBuilder.scala | 13 ++
.../datasources/geopackage/GeoPackageTable.scala | 26 ++-
.../ShapefilePartitionReaderFactory.scala | 90 +++++++++-
.../sql/datasources/shapefile/ShapefileScan.scala | 11 ++
.../shapefile/ShapefileScanBuilder.scala | 23 +++
.../sql/datasources/shapefile/ShapefileTable.scala | 55 +++++-
.../apache/sedona/sql/GeoPackageReaderTest.scala | 74 ++++++++-
.../org/apache/sedona/sql/ShapefileTests.scala | 177 +++++++++++++++++++-
.../GeoPackagePartitionReaderFactory.scala | 55 +++++-
.../datasources/geopackage/GeoPackageScan.scala | 11 +-
.../geopackage/GeoPackageScanBuilder.scala | 13 ++
.../datasources/geopackage/GeoPackageTable.scala | 25 ++-
.../ShapefilePartitionReaderFactory.scala | 90 +++++++++-
.../sql/datasources/shapefile/ShapefileScan.scala | 11 ++
.../shapefile/ShapefileScanBuilder.scala | 23 +++
.../sql/datasources/shapefile/ShapefileTable.scala | 55 +++++-
.../apache/sedona/sql/GeoPackageReaderTest.scala | 74 ++++++++-
.../org/apache/sedona/sql/ShapefileTests.scala | 185 ++++++++++++++++++++-
.../GeoPackagePartitionReaderFactory.scala | 55 +++++-
.../datasources/geopackage/GeoPackageScan.scala | 11 +-
.../geopackage/GeoPackageScanBuilder.scala | 13 ++
.../datasources/geopackage/GeoPackageTable.scala | 25 ++-
.../ShapefilePartitionReaderFactory.scala | 90 +++++++++-
.../sql/datasources/shapefile/ShapefileScan.scala | 11 ++
.../shapefile/ShapefileScanBuilder.scala | 23 +++
.../sql/datasources/shapefile/ShapefileTable.scala | 55 +++++-
.../apache/sedona/sql/GeoPackageReaderTest.scala | 74 ++++++++-
.../org/apache/sedona/sql/ShapefileTests.scala | 185 ++++++++++++++++++++-
.../GeoPackagePartitionReaderFactory.scala | 55 +++++-
.../datasources/geopackage/GeoPackageScan.scala | 11 +-
.../geopackage/GeoPackageScanBuilder.scala | 13 ++
.../datasources/geopackage/GeoPackageTable.scala | 25 ++-
.../ShapefilePartitionReaderFactory.scala | 90 +++++++++-
.../sql/datasources/shapefile/ShapefileScan.scala | 11 ++
.../shapefile/ShapefileScanBuilder.scala | 23 +++
.../sql/datasources/shapefile/ShapefileTable.scala | 55 +++++-
.../apache/sedona/sql/GeoPackageReaderTest.scala | 74 ++++++++-
.../org/apache/sedona/sql/ShapefileTests.scala | 185 ++++++++++++++++++++-
40 files changed, 2105 insertions(+), 56 deletions(-)