This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a change to branch SEDONA-703
in repository https://gitbox.apache.org/repos/asf/sedona.git
from 0fe2cd6abb Refactor the code according to comments
add b373ac7fe7 Add Python API
No new revisions were added by this update.
Summary of changes:
python/sedona/register/java_libs.py | 1 +
python/sedona/utils/adapter.py | 10 +-
python/sedona/utils/structured_adapter.py | 111 +++++++++++++++++++++
python/tests/sql/test_structured_adapter.py | 64 ++++++++++++
.../sedona_sql/adapters/StructuredAdapter.scala | 28 +++++-
.../sedona/sql/structuredAdapterTestScala.scala | 5 +-
6 files changed, 209 insertions(+), 10 deletions(-)
create mode 100644 python/sedona/utils/structured_adapter.py
create mode 100644 python/tests/sql/test_structured_adapter.py