-
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
Adding long decimal support for arbitrary() function #9217
Adding long decimal support for arbitrary() function #9217
Conversation
✅ Deploy Preview for meta-velox ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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 @minhancao
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.
@minhancao : Please can you run AggregationFuzzer and post results from it as well https://facebookincubator.github.io/velox/develop/testing/fuzzer.html#aggregation-fuzzer
@aditi-pandit I ran I can provide the whole output file if needed.
|
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 @minhancao
@Yuhta @kagamiori : Please can you help with review and merge. |
…rbitrary function, ArbitraryAggregate.cpp
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 @minhancao!
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.
[ RUN ] ArbitraryTest.longDecimal
*** Aborted at 1712092248 (Unix time, try 'date -d @1712092248') ***
*** Signal 11 (SIGSEGV) (0x0) received by PID 19932 (pthread TID 0x7f87f4bff700) (linux TID 57052) (code: 128), stack trace: ***
(error retrieving stack trace)
test 294
Start 294: velox_s3registration_test
Test failure. Likely we may have to switchto aligned memory allocator.
@karteekmurthys Thank you for identifying the test failure above! I was wondering how the switch to aligned memory allocator should be approached or implemented? Would it be similar to what you have in your PR from here? https://github.com/facebookincubator/velox/pull/8723/files#diff-5091b1dd8232c357067be47fb0e751772f91a0aa12dea5db835a2d4ae296a63cR93 |
Yes. likely. Please try it. |
d1de7f1
to
74ed85b
Compare
@minhancao would you please try overriding this method:
|
@karteekmurthys I have implemented the change above, how do I get the linux CircleCI test to run on this PR? |
@kagamiori would you please review this. |
@Yuhta would you please help with the review. |
Hi @kagamiori @Yuhta , can you review this PR when you can please? 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.
LGTM. Thank you for adding this support!
@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 84acb4c. |
Conbench analyzed the 1 benchmark run on commit There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…or#9217) Summary: Delivers facebookincubator#7311 Pull Request resolved: facebookincubator#9217 Reviewed By: amitkdutta Differential Revision: D56662231 Pulled By: kagamiori fbshipit-source-id: 630f8ecc4b65eb6baa7ec8a6f430640d15d4835d
Delivers #7311