You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -341,6 +341,7 @@ Even more queries can be found [here](https://colab.research.google.com/github/R
341
341
## Version 0.2.0 alpha 8
342
342
- Variables can now be bound to JSON values, pandas DataFrames or pyspark DataFrames with extra parameters to the rumble.jsoniq() call. It is no longer necessary to explicitly call bind(). This is similar to how DataFrames can be attached to views with extra parameters to spark.sql().
343
343
- rumble.lastResult is now correctly assigned also when partial data is returned (only with the partial data).
344
+
- Fixed issue with empty array constructors.
344
345
345
346
## Version 0.2.0 alpha 7
346
347
- rumble.lastResult now returns a pyspark/pandas DataFrame or rdd or tuple and no longer the sequence object.
0 commit comments