-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix empty reduce with List output and non-List input (#10435)
For certain aggregation operations, such as: `collect_list` or `collect_set`, their output types are List, while their input might not be List. We need to handcraft the the default scalar for this scenario, since `make_default_constructed_scalar` can not create list scalars. Authors: - Alfred Xu (https://github.com/sperlingxx) Approvers: - Nghia Truong (https://github.com/ttnghia) URL: #10435
- Loading branch information
1 parent
87180ce
commit 94e9f58
Showing
2 changed files
with
34 additions
and
0 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