Skip to content

Commit bcdeb70

Browse files
author
Ghislain Fourny
committed
Extend documentation.
1 parent 09df7fa commit bcdeb70

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
@@ -354,6 +354,7 @@ Even more queries can be found [here](https://colab.research.google.com/github/R
354354
- Added informative error message with a hint on how to fix when trying to get a DataFrame and there is no schema.
355355
- Added parameter -t to the jsoniq magic to measure the response time
356356
- The RumbleSession object now saves the latest result (sequence of items) in a field called lastResult. This is particularly useful in notebooks for post-processing a result in Python after obtained it through the jsoniq magic.
357+
- Improved static type detection upon binding a pandas or pyspark DataFrame as an input variable to a JSONiq queries.
357358

358359
## Version 0.2.0 alpha 2
359360
- You can change the result size cap through to the now accessible Rumble configuration (for example rumble .getRumbleConf().setResultSizeCap(10)). This controls how many items can be retrieved at most with a json() call. You can increase it to whichever number you would like if you reach the cap.

0 commit comments

Comments
 (0)