Skip to content

Commit cc3ac11

Browse files
author
Ghislain Fourny
committed
Extend release notes.
1 parent ba7c917 commit cc3ac11

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
@@ -347,6 +347,7 @@ Even more queries can be found [here](https://colab.research.google.com/github/R
347347
- Allow to retrieve the output of a JSONiq query as a pandas dataframes (if the output is available as a dataframe, i.e., availableOutputs() returns a list that contains "DataFrame")
348348
- Clean up the mapping to strictly map tuples to sequence of items, and lists ot array items. This will avoid confusion between arrays and sequences.
349349
- As a consequence, json() now returns a tuple, not a list.
350+
- Calling bind() with a single list will return an informative error. Use bind() with a tuple instead, or call bindOne() to interpret the list as a sequence of one array item.
350351

351352
## Version 0.1.0 alpha 12
352353
- 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.

0 commit comments

Comments
 (0)