forked from apache/datafusion
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blaze: supports pruning with starts_with blaze: use case-insensitive comparing in processing parquet file schema. blaze: fix incorrect result with case-when expr blaze: make some parquet-scan related structs/functions public blaze: cast column to target data type in schema adapter blaze: supports parquet dictionary filtering blaze: accept nullable partition value blaze: disable isnull/isnotnull pruning for nested data type blaze: finds column in row-group using column path, instead of column_descr.name blaze: use deprecated min/max values only when min == max blaze: re-add mem_used() to baseline metrics blaze: fix compile errors blaze: supports ScalarValue::Map blaze: make scatter() public blaze: allow nullable parquet scan partition key. blaze: optmize case expr blaze: skip parquet utf-8 validating blaze: handle special cases when pruning float column with NaN values
- Loading branch information
zhangli20
committed
Mar 24, 2024
1 parent
bf6f83b
commit 1565cd3
Showing
17 changed files
with
1,000 additions
and
117 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
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
Oops, something went wrong.