-
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
feat: Support decimal type for Spark floor function #11951
Conversation
✅ Deploy Preview for meta-velox canceled.
|
48499f2
to
d541516
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Looks good overall.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you run the spark_expression_fuzzer_test
with velox_fuzzer_enable_decimal_type
option enabled? We might need custom argument generator as Presto.
velox/functions/prestosql/fuzzer/FloorAndRoundArgGenerator.h
|
61a5ff0
to
b9a6bd9
Compare
b9a6bd9
to
f7cb808
Compare
@kevinwilfong has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kevinwilfong merged this pull request in b55ef9d. |
…r#11951) Summary: Gluten removed the registration of Presto sql functions. This PR registers Presto floor function in Spark for reuse. Pull Request resolved: facebookincubator#11951 Reviewed By: bikramSingh91 Differential Revision: D67867355 Pulled By: kevinwilfong fbshipit-source-id: a19c35ba0ccd4684b3dc58271fcfc62c029fbe43
Gluten removed the registration of Presto sql functions. This PR registers
Presto floor function in Spark for reuse.