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: CHANGELOG.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
@@ -54,6 +54,7 @@
54
54
-`log10`
55
55
-`percentile_approx`
56
56
-`unbase64`
57
+
- Added support for `seed` argument in `DataFrame.stat.sample_by`. Note that it only supports a `Table` object, and will be ignored for a `DataFrame` object.
57
58
- Added support for specifying a schema string (including implicit struct syntax) when calling `DataFrame.create_dataframe`.
58
59
- Added support for `DataFrameWriter.insert_into/insertInto`. This method also supports local testing mode.
59
60
- Added support for `DataFrame.create_temp_view` to create a temporary view. It will fail if the view already exists.
0 commit comments