-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Returns null for invalid inputs in Spark make_date function #11950
Conversation
cc @rui-mo and @liujiayi771 , thanks |
✅ Deploy Preview for meta-velox canceled.
|
7d4970c
to
7f9fab3
Compare
919c09f
to
99f7ac2
Compare
@zhli1142015 LGTM, thanks. |
8dc1f24
to
fd6b765
Compare
fd6b765
to
94012f8
Compare
@kagamiori has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Hi @zhli1142015, could you please rebase the PR onto the latest main? It's needed for merging. Thanks! |
94012f8
to
aca0a1f
Compare
Thank you for your help with the merge. The PR has been rebased. |
aca0a1f
to
9a481b5
Compare
@kagamiori has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kagamiori merged this pull request in 1231ca4. |
Spark make_date function used to throw error for invalid inputs. This PR
changes to return null to conform to Spark ANSI off mode.