-
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 convertStringToInt on "+1" input (#8064)
Summary: Fix below exception in convertStringToInt on "+1" input. ``` C++ exception with description "Exception: VeloxUserError Error Source: USER Error Code: INVALID_ARGUMENT Reason: Cannot cast VARCHAR '+1' to TINYINT. Encountered a non-digit character ``` Pull Request resolved: #8064 Reviewed By: xiaoxmeng Differential Revision: D52204221 Pulled By: mbasmanova fbshipit-source-id: adf0fed8277c6a074ec3bdaa7f9a977708736943
- Loading branch information
1 parent
c4fdbb3
commit 01756db
Showing
4 changed files
with
10 additions
and
9 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