-
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.
Fix pushdown overflow in sum(bigint) Spark aggregate function (#7306)
Summary: Fixes #7297 Support for allowing sum(bigint) overflow in Spark aggregate function was added in issue #7211. However, the part of aggregation pushdown was missing. This patch now adds support to allow overflow for the Spark sum(bigint) aggregate function during aggregation pushdown. Pull Request resolved: #7306 Reviewed By: Yuhta Differential Revision: D50791907 Pulled By: mbasmanova fbshipit-source-id: 0aab094dfca1dc03e00cc53a9a34c373d851fc76
1 parent
a9e4203
commit 576cc9c
Showing
6 changed files
with
61 additions
and
46 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