Skip to content

Commit d842061

Browse files
author
Ghislain Fourny
committed
Fix documentation format.
1 parent eb77cd8 commit d842061

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ print(seq.json());
183183
# Last updates
184184

185185
## Version 0.1.0 alpha 8
186-
Ability to write back a sequence of items to local disk, HDFS, S3... in various formats (JSON, CSV, Parquet...).
187-
Automatically declare external variables bound as DataFrames to improve userfriendliness.
188-
Simplified the function names to make them more intuitive (json(), items(), df(), rdd(), etc).
186+
- Ability to write back a sequence of items to local disk, HDFS, S3... in various formats (JSON, CSV, Parquet...).
187+
- Automatically declare external variables bound as DataFrames to improve userfriendliness.
188+
- Simplified the function names to make them more intuitive (json(), items(), df(), rdd(), etc).
189189

190190
## Version 0.1.0 alpha 9
191191
Upgrade to Spark 4, which aligns the internal scala versions to 2.13 and should remove some errors. Requires Java 17 or 21.

0 commit comments

Comments
 (0)