This is an automated email from the ASF dual-hosted git repository.
imbruced pushed a change to branch feature/geopackage-reader
in repository https://gitbox.apache.org/repos/asf/sedona.git
from c48fad5a2 Add other missing data types.
add ff0352fe2 Add other missing data types.
add 64f111c61 Add other missing data types.
add 1a4df1977 Add other missing data types.
add 5a4a2f6cf Add other missing data types.
add 6ee9fbbb8 Add other missing data types.
No new revisions were added by this update.
Summary of changes:
.../geopackage/connection/FileSystemUtils.scala} | 28 +++---
.../connection/GeoPackageConnectionManager.scala | 49 +++++++----
.../geopackage/model/GeoPackageLoadOptions.scala | 19 +++--
.../geopackage/model/PartitionOptions.scala | 16 ++--
.../geopackage/transform/ValuesMapper.scala | 2 +-
spark/spark-3.3/pom.xml | 30 +++++++
.../geopackage/GeoPackageDataSource.scala | 54 +++++++-----
.../geopackage/GeoPackagePartitionReader.scala | 62 ++++++++++----
.../GeoPackagePartitionReaderFactory.scala | 67 ++++++++++++---
.../datasources/geopackage/GeoPackageScan.scala | 16 +++-
.../geopackage/GeoPackageScanBuilder.scala | 7 +-
.../datasources/geopackage/GeoPackageTable.scala | 38 ++++++---
.../apache/sedona/sql/GeoPackageReaderTest.scala | 99 +++++++++++++++++++++-
.../org/apache/sedona/sql/TestBaseScala.scala | 15 +++-
.../geopackage/GeoPackageDataSource.scala | 54 +++++++-----
.../geopackage/GeoPackagePartitionReader.scala | 66 ++++++++++-----
.../GeoPackagePartitionReaderFactory.scala | 69 ++++++++++++---
.../datasources/geopackage/GeoPackageScan.scala | 28 ++++--
.../geopackage/GeoPackageScanBuilder.scala | 15 ++--
.../datasources/geopackage/GeoPackageTable.scala | 52 +++++++-----
.../geopackage/GeoPackageDataSource.scala | 54 +++++++-----
.../geopackage/GeoPackagePartitionReader.scala | 66 ++++++++++-----
.../GeoPackagePartitionReaderFactory.scala | 69 ++++++++++++---
.../datasources/geopackage/GeoPackageScan.scala | 28 ++++--
.../geopackage/GeoPackageScanBuilder.scala | 15 ++--
.../datasources/geopackage/GeoPackageTable.scala | 52 +++++++-----
26 files changed, 772 insertions(+), 298 deletions(-)
copy
spark/{spark-3.5/src/test/scala/org/apache/sedona/sql/GeoPackageReaderTest.scala
=>
common/src/main/scala/org/apache/sedona/sql/datasources/geopackage/connection/FileSystemUtils.scala}
(55%)