-
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
refactor: Clean up, match presto, and optimize ipprefix string -> ipprefix #11670
Conversation
✅ Deploy Preview for meta-velox canceled.
|
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.
look good, thanks!
@czentgr has good suggestion re. the simplification
1110af3
to
ae12950
Compare
@xiaoxmeng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@xiaoxmeng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@xiaoxmeng merged this pull request in c542ebc. |
…refix (facebookincubator#11670) Summary: Clean up the code for converting from string->ipprefix. Also removed all unnecessary error message processing to match java presto's output. Removed unnecessary variables Enable IPPREFIX cast test Pull Request resolved: facebookincubator#11670 Reviewed By: yuandagits Differential Revision: D66682847 Pulled By: xiaoxmeng fbshipit-source-id: b31ff7c563a9e7e3c14ec42ef80537e64773fc8f
…refix (facebookincubator#11670) Summary: Clean up the code for converting from string->ipprefix. Also removed all unnecessary error message processing to match java presto's output. Removed unnecessary variables Enable IPPREFIX cast test Pull Request resolved: facebookincubator#11670 Reviewed By: yuandagits Differential Revision: D66682847 Pulled By: xiaoxmeng fbshipit-source-id: b31ff7c563a9e7e3c14ec42ef80537e64773fc8f
Clean up the code for converting from string->ipprefix.
Also removed all unnecessary error message processing to match java presto's output.
Removed unnecessary variables
Enable IPPREFIX cast test