-
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.
Make concat function throw when there are less than 2 arguments (#11076)
Summary: Pull Request resolved: #11076 Currently, the velox concat function handles having a single argument by returning the argument as the result. Presto throws an exception, so velox should as well. This change was made before and had to be backed out due to failing XStream pipelines. XStream A/B test in ga and f3 have been verified to succeed this time. Reviewed By: kevinwilfong Differential Revision: D63271129 fbshipit-source-id: 60afd7821aa8b49707a9d6c8f0b5421a006a60b6
- Loading branch information
1 parent
451825e
commit 5a6a744
Showing
4 changed files
with
14 additions
and
4 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