You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2021/09/24 03:54:39 UTC

[incubator-sedona] branch master updated: [DOCS] Added import on Quick start documentation (#547)

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/incubator-sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new f544bbd  [DOCS] Added import on Quick start documentation (#547)
f544bbd is described below

commit f544bbdcc5023df1bc9b7c6b1f01253076e1edfe
Author: Erni Durdevic <er...@gmail.com>
AuthorDate: Fri Sep 24 05:54:31 2021 +0200

    [DOCS] Added import on Quick start documentation (#547)
---
 docs/api/sql/Overview.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/api/sql/Overview.md b/docs/api/sql/Overview.md
index af6e3fb..11ec760 100644
--- a/docs/api/sql/Overview.md
+++ b/docs/api/sql/Overview.md
@@ -42,5 +42,6 @@ sparkSession = SparkSession.builder().
 ```
 3. Add the following line after your SparkSession declaration:
 ```Scala
+import org.apache.sedona.sql.utils.SedonaSQLRegistrator
 SedonaSQLRegistrator.registerAll(sparkSession)
 ```