From c9e4c8cfeac6c29c3d3bbe87034a719832606d1b Mon Sep 17 00:00:00 2001 From: Wh1isper <9573586@qq.com> Date: Wed, 26 Jul 2023 18:48:26 +0800 Subject: [PATCH] Improve docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 829e17c..f72e87b 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Access `http://localhost:4040` for Spark-UI and `sc://localhost:15002` for Spark - `%SQL` and `%%SQL` magic for executing Spark SQL in IPython/Jupyter - SQL statement can be written in multiple lines, support using `;` to separate statements - Support config `connect client`, see [Spark Connect Overview](https://spark.apache.org/docs/latest/spark-connect-overview.html#spark-connect-overview) - - TODO: Visualize the result of SQL statement(Spark Dataframe) + - *TODO: Visualize the result of SQL statement(Spark Dataframe)* - `sparglim-server` for daemon Spark Connect Server ## User cases