Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix try_cast to stop processing rows with errors (#7352)
Summary: try_cast(varchar as timestamp) used to process all rows including the ones that already generated errors. Rows with errors have undefined values in the result vector, hence, processing these may result in new failures or even crashes. Fixes #7350 Pull Request resolved: #7352 Reviewed By: xiaoxmeng Differential Revision: D50856235 Pulled By: mbasmanova fbshipit-source-id: a4c0bde2d7ce9fe0dff167eb9e79fb76a436fca6
- Loading branch information