Skip to content

Commit 9c6c1b0

Browse files
author
Ghislain Fourny
committed
Add item to doc.
1 parent bdabb61 commit 9c6c1b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ Even more queries can be found [here](https://colab.research.google.com/github/R
340340

341341
## Version 2.0.6
342342
- Decoupled the internal materialization cap (when a parallel sequence of items is materialized, e.g., into an array) from the outer result size cap (for printing to screen) with now two distinct configuration parameters. The default materialization cap is set to 100'000 items while the default outer result size is set to 10. They can be changed by the user through the Rumble configuration.
343+
- Fixed an issue in the implementation when a FLWOR gets executed locally with a return clause with an underlying RDD or DataFrame.
343344

344345
## Version 2.0.5
345346
- Support for @ (primary keys) within arrays of objects and ? for allowing null in JSound compact schemas. It corresponds to unique, and a union with js:null, in the JSound verbose syntax.

0 commit comments

Comments
 (0)