v0.6.5
#2160
Replies: 1 comment 2 replies
|
Thanks for the new release. I'm very excited about the new lambda functions! It seems there was a behavior change in terms of how Sail handles Windows paths:
Is this change intentional? I'm not sure how OSS Spark behaves in this regard on Windows and whether Sail is now just mimicking this behavior. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Overview
You can find the release summary in the documentation.
The PySail Python package is available on PyPI.
What's Changed
#!/usr/bin/env bashshebang in shell scripts by @davidlghellin in chore: use#!/usr/bin/env bashshebang in shell scripts #2062downcast_refusage by @linhr in chore: clean updowncast_refusage #2065DELETEby @linhr in refactor: logical planning forDELETE#2069binwith Spark ANSI cast semantics by @davidlghellin in fix: alignbinwith Spark ANSI cast semantics #2019MERGEby @linhr in refactor: logical planning forMERGE#2070to_numberformat parsing by @davidlghellin in fix: align Spark parity forto_numberformat parsing #2074concat_wskernel by @davidlghellin in perf: single-bufferconcat_wskernel #2040negativeby @davidlghellin in feat: enable ANSI mode fornegative#2031concatby @davidlghellin in perf: implement simplify hook onconcat#1891arrow-pyarrowfor PyO3 security fix by @linhr in chore: vendorarrow-pyarrowfor PyO3 security fix #2088map_entriesby @linhr in fix: type casting issue formap_entries#2095filterarray higher-order function with lambda by @davidlghellin in feat: supportfilterarray higher-order function with lambda #2057transformarray higher-order function with lambda by @davidlghellin in feat: supporttransformarray higher-order function with lambda #2103existsandforallarray higher-order function with lambda by @davidlghellin in feat: supportexistsandforallarray higher-order function with lambda #2109array_sortarray higher-order function with comparator lambda by @davidlghellin in feat: supportarray_sortarray higher-order function with comparator lambda #2121xxhash64by @davidlghellin in refactor: use datafusion-spark UDF forxxhash64#2130pivot(rewrite to aggregate with per-value FILTER) by @davidlghellin in feat: addpivot(rewrite to aggregate with per-value FILTER) #2120TableUpdate/ViewUpdatediscriminated enums in Iceberg REST catalog by @alexy in fix: makeTableUpdate/ViewUpdatediscriminated enums in Iceberg REST catalog #2134schema_of_jsonfunction by @davidlghellin in feat: improveschema_of_jsonfunction #1225to_timestamp/try_to_timestamp, honor ANSI, drop legacy UDF by @davidlghellin in feat: unifyto_timestamp/try_to_timestamp, honor ANSI, drop legacy UDF #2100try_to_time, unifyto_timeunder SparkTime by @davidlghellin in feat: addtry_to_time, unifyto_timeunder SparkTime #2094percentile_discby @davidlghellin in feat: enable ANSI mode forpercentile_disc#1962New Contributors
Full Changelog: v0.6.4...v0.6.5
This discussion was created from the release v0.6.5.
All reactions