Skip to content

Commit 000ff50

Browse files
author
Ghislain Fourny
committed
Add release note.
1 parent e6fe5e4 commit 000ff50

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ Even more queries can be found [here](https://colab.research.google.com/github/R
328328
- Allow to bind JSONiq variables to Python values (mapping Python lists to sequences of items). This makes it possible to manipulate Python values directly with JSONiq and even without any knowledge of Spark at all.
329329
- renamed bindDataFrameAsVariable() to bind(), which can be used both with DataFrames and Python lists.
330330
- add bindOne() for binding a single value to a JSONiq variable.
331+
- wrapping df() in a Pyspark DataFrame to make sure it can be used with pyspark DataFrame transformations.
331332

332333
## Version 0.1.0 alpha 11
333334
- Fix an issue when feeding a DataFrame output by rumble.jsoniq() back to a new JSONiq query (as a variable).

0 commit comments

Comments
 (0)