-
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.
update blaze version 2.0.7-SNAPSHOT (#312)
Co-authored-by: zhangli20 <[email protected]>
- Loading branch information
Showing
10 changed files
with
177 additions
and
265 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# blaze-v2.0.7 | ||
|
||
## Features | ||
* Supports native BroadcastNestedLoopJoinExec. | ||
* Supports multithread UDF evaluation. | ||
* Supports spark.files.ignoreCorruptFiles. | ||
* Supports input batch statistics. | ||
|
||
## Performance | ||
* Improves get_json_object() performance by reducing duplicated json parsing. | ||
* Improves parquet reading performance by skipping utf-8 validation. | ||
* Supports cached expression evaluator in native AggExec. | ||
* Supports column pruning during native evaluation. | ||
* Prefer native sort even if child is non-native. | ||
|
||
## Bugfix | ||
* Fix missing outputPartitioning in NativeParquetExec. | ||
* Fix missing native converting checks in parquet scan. | ||
* Fix inconsistency: implement spark-compatible float to int casting. | ||
* Avoid closing hadoop fs for reusing in cache. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.