forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use legacySizeOfNull argument to determine the behavior of Spark size…
… function (facebookincubator#10100) Summary: 1) Spark `size` function's legacySizeOfNull is specified either by other functions (e.g., `array_size` function) or by configuration. However, in the existing implementation, it only depends on the configuration property. This pr removes the configuration property, then just uses the legacySizeOfNull arg passed from framework like Gluten. 2) At Spark's analysis time, `array_size` is replaced with `size` function. And their implementations are same actually. This pr removes duplicate code. Pull Request resolved: facebookincubator#10100 Reviewed By: xiaoxmeng Differential Revision: D58825758 Pulled By: bikramSingh91 fbshipit-source-id: 5e1c9679832dfb6ac7dd15e3c0c1d979d3219b93
- Loading branch information
1 parent
cc6ac91
commit 258db51
Showing
9 changed files
with
94 additions
and
170 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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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