-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: zhangli20 <[email protected]>
- Loading branch information
Showing
5 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
# blaze-v3.0.0 | ||
# blaze-v3.0.1 | ||
|
||
## Features | ||
* Supports using spark.io.compression.codec for shuffle/broadcast compression | ||
* Supports date type casting | ||
* Refactor join implementations to support existence joins and BHJ building hash map on driver side | ||
* Supports spark3.0/3.2/3.3. | ||
|
||
## Performance | ||
* Fixed performance issues when running on spark3 with default configurations | ||
* Use cached parquet metadata | ||
* Refactor native broadcast to avoid duplicated broadcast jobs | ||
* Supports spark333 batch shuffle reading | ||
fix GetJsonObject conversion, supporting faster get_json_object with sonic-rs. | ||
|
||
## Bugfix | ||
* Fix in_list conversion in from_proto.rs | ||
* fix childOrderingRequiredTag computation logic. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters