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

jiayu pushed a change to branch SEDONA-668
in repository https://gitbox.apache.org/repos/asf/sedona.git


    from 3edcaa29c Merge branch 'master' into SEDONA-668
     add e47d1ee48 Revert "Fix import orders"

No new revisions were added by this update.

Summary of changes:
 docker/sedona-spark-jupyterlab/requirements.txt         |  2 +-
 python/sedona/core/SpatialRDD/linestring_rdd.py         |  1 +
 python/sedona/core/SpatialRDD/point_rdd.py              |  1 +
 python/sedona/core/SpatialRDD/polygon_rdd.py            |  1 +
 python/sedona/core/SpatialRDD/rectangle_rdd.py          |  1 +
 python/sedona/core/SpatialRDD/spatial_rdd.py            |  1 +
 python/sedona/core/SpatialRDD/spatial_rdd_factory.py    |  1 +
 python/sedona/core/enums/file_data_splitter.py          |  1 +
 python/sedona/core/enums/grid_type.py                   |  1 +
 python/sedona/core/enums/index_type.py                  |  1 +
 python/sedona/core/formatMapper/disc_utils.py           |  1 +
 python/sedona/core/formatMapper/geo_json_reader.py      |  1 +
 python/sedona/core/formatMapper/geo_reader.py           |  1 +
 .../formatMapper/shapefileParser/shape_file_reader.py   |  1 +
 python/sedona/core/formatMapper/wkb_reader.py           |  1 +
 python/sedona/core/formatMapper/wkt_reader.py           |  1 +
 python/sedona/core/geom/shapely1/circle.py              |  3 ++-
 python/sedona/core/geom/shapely1/envelope.py            |  3 ++-
 python/sedona/core/geom/shapely2/circle.py              |  3 ++-
 python/sedona/core/geom/shapely2/envelope.py            |  3 ++-
 python/sedona/core/jvm/config.py                        |  1 +
 python/sedona/core/spatialOperator/join_params.py       |  1 +
 python/sedona/core/spatialOperator/join_query.py        |  1 +
 python/sedona/core/spatialOperator/knn_query.py         |  3 ++-
 python/sedona/core/spatialOperator/range_query.py       |  3 ++-
 python/sedona/core/spatialOperator/range_query_raw.py   |  3 ++-
 python/sedona/core/spatialOperator/rdd.py               |  1 +
 python/sedona/maps/SedonaPyDeck.py                      |  1 +
 python/sedona/register/geo_registrator.py               |  1 +
 python/sedona/spark/SedonaContext.py                    |  1 +
 python/sedona/sql/st_aggregates.py                      |  1 +
 python/sedona/sql/st_constructors.py                    |  1 +
 python/sedona/sql/st_functions.py                       |  1 +
 python/sedona/sql/st_predicates.py                      |  1 +
 python/sedona/utils/adapter.py                          |  1 +
 python/sedona/utils/geometry_adapter.py                 |  3 ++-
 python/sedona/utils/jvm.py                              |  1 +
 python/sedona/utils/spatial_rdd_parser.py               |  3 ++-
 python/setup.py                                         |  3 ++-
 python/tests/core/test_avoiding_python_jvm_serde_df.py  |  7 ++++---
 .../tests/core/test_avoiding_python_jvm_serde_to_rdd.py |  7 ++++---
 python/tests/core/test_config.py                        |  3 ++-
 python/tests/core/test_core_geom_primitives.py          |  3 ++-
 python/tests/core/test_core_rdd.py                      |  5 +++--
 python/tests/core/test_rdd.py                           | 13 +++++++------
 python/tests/core/test_spatial_rdd_from_disc.py         |  5 +++--
 python/tests/format_mapper/test_geo_json_reader.py      |  5 +++--
 python/tests/format_mapper/test_shapefile_reader.py     |  5 +++--
 python/tests/format_mapper/test_wkb_reader.py           |  3 ++-
 python/tests/format_mapper/test_wkt_reader.py           |  3 ++-
 python/tests/maps/test_sedonakepler_visualization.py    |  3 ++-
 python/tests/maps/test_sedonapydeck.py                  |  3 ++-
 python/tests/properties/crs_transform.py                |  5 +++--
 python/tests/properties/linestring_properties.py        |  3 ++-
 python/tests/properties/point_properties.py             |  3 ++-
 python/tests/properties/polygon_properties.py           |  3 ++-
 python/tests/raster/test_meta.py                        |  1 +
 python/tests/raster/test_serde.py                       |  3 ++-
 python/tests/raster_viz_utils/test_sedonautils.py       |  3 ++-
 python/tests/serialization/test_direct_serialization.py |  3 ++-
 python/tests/serialization/test_rdd_serialization.py    |  5 +++--
 python/tests/serialization/test_serializers.py          |  3 ++-
 python/tests/serialization/test_with_sc_parellize.py    |  5 +++--
 python/tests/spatial_operator/test_join_base.py         |  3 ++-
 .../spatial_operator/test_join_query_correctness.py     |  7 ++++---
 python/tests/spatial_operator/test_linestring_join.py   |  5 +++--
 python/tests/spatial_operator/test_linestring_knn.py    |  7 ++++---
 python/tests/spatial_operator/test_linestring_range.py  |  5 +++--
 python/tests/spatial_operator/test_point_join.py        |  5 +++--
 python/tests/spatial_operator/test_point_knn.py         |  7 ++++---
 python/tests/spatial_operator/test_point_range.py       |  5 +++--
 python/tests/spatial_operator/test_polygon_join.py      |  5 +++--
 python/tests/spatial_operator/test_polygon_knn.py       |  7 ++++---
 python/tests/spatial_operator/test_polygon_range.py     |  5 +++--
 python/tests/spatial_operator/test_rectangle_join.py    |  5 +++--
 python/tests/spatial_operator/test_rectangle_knn.py     |  7 ++++---
 python/tests/spatial_operator/test_rectangle_range.py   |  5 +++--
 python/tests/spatial_rdd/test_circle_rdd.py             |  3 ++-
 python/tests/spatial_rdd/test_linestring_rdd.py         |  7 ++++---
 python/tests/spatial_rdd/test_point_rdd.py              |  9 +++++----
 python/tests/spatial_rdd/test_polygon_rdd.py            |  9 +++++----
 python/tests/spatial_rdd/test_rectangle_rdd.py          |  5 +++--
 python/tests/spatial_rdd/test_spatial_rdd.py            |  7 ++++---
 python/tests/spatial_rdd/test_spatial_rdd_writer.py     |  5 +++--
 python/tests/sql/resource/sample_data.py                |  3 ++-
 python/tests/sql/test_adapter.py                        | 17 +++++++++--------
 python/tests/sql/test_dataframe_api.py                  |  5 +++--
 python/tests/sql/test_function.py                       |  3 ++-
 .../tests/sql/test_spatial_rdd_to_spatial_dataframe.py  |  7 ++++---
 python/tests/sql/test_st_function_imports.py            |  1 +
 python/tests/stats/test_dbscan.py                       |  5 +++--
 python/tests/stats/test_local_outlier_factor.py         |  5 +++--
 .../tests/streaming/spark/test_constructor_functions.py |  3 ++-
 python/tests/test_assign_raw_spatial_rdd.py             |  3 ++-
 python/tests/test_base.py                               |  1 +
 python/tests/test_circle.py                             |  5 +++--
 python/tests/test_scala_example.py                      |  7 ++++---
 python/tests/tools.py                                   |  3 ++-
 python/tests/utils/test_crs_transformation.py           |  9 +++++----
 python/tests/utils/test_geo_spark_meta.py               |  3 ++-
 python/tests/utils/test_geometry_serde.py               |  3 ++-
 python/tests/utils/test_geomserde_speedup.py            |  3 ++-
 102 files changed, 236 insertions(+), 135 deletions(-)

Reply via email to