-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for testing peeling in expression fuzzer
Summary: This change adds the ability This change allows wrapping input columns with a shared dictionary layer, to exercise code paths that handle dictionary peeling of multiple inputs. Previously, only single inputs could be peeled due to differing dictionary wraps across columns. This allows us to replicate vectors that are produced by joins or unnest or filters. It achieves this by first picking columns that are not encoded (as multiple dictionary layers will soon be phased out), then wrapping them just before passing them to evaluation. This change also adds the ability to serialize these common wraps to ensure easy repro using ExpressionRunnerTest. 'common_dictionary_wraps_generation_ratio' startup flag is used to enable this feature. Differential Revision: D64436877
- Loading branch information
1 parent
b48a4f2
commit c8fe157
Showing
15 changed files
with
305 additions
and
186 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
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.