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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 40e387cf [DOCS] Added EXPLODE with ST_Pixelize to flatten which is 
required after for Sedona on and after v1.0.1. (#837)
40e387cf is described below

commit 40e387cfa6729d043ca0804fbb86fc3ec9e76af2
Author: Kartikey <[email protected]>
AuthorDate: Sat May 20 21:21:36 2023 +0530

    [DOCS] Added EXPLODE with ST_Pixelize to flatten which is required after 
for Sedona on and after v1.0.1. (#837)
---
 docs/image/geospark-zeppelin-demo.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/image/geospark-zeppelin-demo.json 
b/docs/image/geospark-zeppelin-demo.json
index f07c419a..cd71e078 100644
--- a/docs/image/geospark-zeppelin-demo.json
+++ b/docs/image/geospark-zeppelin-demo.json
@@ -1 +1 @@
-{"paragraphs":[{"text":"import 
org.datasyslab.geosparksql.utils.GeoSparkSQLRegistrator\nimport 
org.datasyslab.geosparkviz.sql.utils.GeoSparkVizRegistrator\n\n// Zeppelin 
creates and injects sc (SparkContext) and sqlContext (HiveContext or 
SqlContext)\n// So you don't need create them 
manually\n\nGeoSparkSQLRegistrator.registerAll(spark)\nGeoSparkVizRegistrator.registerAll(spark)\n\nvar
 pointdf = spark.read.format(\"csv\").option(\"delimiter\", 
\",\").option(\"header\", \"false\").load(\ [...]
\ No newline at end of file
+{"paragraphs":[{"text":"import 
org.datasyslab.geosparksql.utils.GeoSparkSQLRegistrator\nimport 
org.datasyslab.geosparkviz.sql.utils.GeoSparkVizRegistrator\n\n// Zeppelin 
creates and injects sc (SparkContext) and sqlContext (HiveContext or 
SqlContext)\n// So you don't need create them 
manually\n\nGeoSparkSQLRegistrator.registerAll(spark)\nGeoSparkVizRegistrator.registerAll(spark)\n\nvar
 pointdf = spark.read.format(\"csv\").option(\"delimiter\", 
\",\").option(\"header\", \"false\").load(\ [...]

Reply via email to