Skip to content

Commit

Permalink
Merge pull request #113 from dfdx/fix-docs
Browse files Browse the repository at this point in the history
Fix module name in the docs
  • Loading branch information
dfdx authored Jul 27, 2022
2 parents 6f226df + 91013b1 commit 62e68c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ ENV["BUILD_SPARK_VERSION"] = "3.2.1" # version you need

Note that most types in Spark.jl support dot notation for calling functions, e.g. `x.foo(y)` is expanded into `foo(x, y)`.

```julia
using Spark.SQL
```@example
using Spark
spark = SparkSession.builder.appName("Main").master("local").getOrCreate()
df = spark.createDataFrame([["Alice", 19], ["Bob", 23]], "name string, age long")
Expand Down

0 comments on commit 62e68c7

Please sign in to comment.