liuhao0826 opened a new issue, #1341:
URL: https://github.com/apache/sedona/issues/1341

   Sedona version = 1.5.1
   Apache Spark version = 3.4.2
   API type =  Python
   Scala version = 2.12
   JRE version = 1.8
   Python version = 3.9.13
   Environment = Standalone,
   
       sedona_config = SedonaContext.builder(). \
           master("local"). \
           appName("ag_count_hour_ods_df_app"). \
           config("spark.driver.memory", "20G"). \
           config("spark.jars",
                  
"./spark-doris-connector-3.4_2.12-1.3.0.jar,./sedona-spark-shaded-3.4_2.12-1.5.1.jar,"
                  "./geotools-wrapper-1.5.1-28.2.jar"). \
           getOrCreate()
       final_df = 
segments_df.selectExpr("ST_AsGeoJSON(ST_ConvexHull(ST_GeomFromText(polygon_text)))
 as polygon_geojson")
      
   
   issued with:image
   
![1713254426664](https://github.com/apache/sedona/assets/65433251/b263466c-71ef-481a-8401-e24131e319c8)
   
   how to solve it?
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@sedona.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to