forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 52
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 hdfs support #11
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…kincubator#9) * hash join * remove extra projection
…r#15) * Fix semi join with extra filter (facebookincubator#1726) Summary: CC: rui-mo Pull Request resolved: facebookincubator#1726 Reviewed By: oerling Differential Revision: D36703403 Pulled By: mbasmanova fbshipit-source-id: a39788e451b544a8830c328950dd87a8bf600847 * Add support for anti join with filter (facebookincubator#1728) Summary: Pull Request resolved: facebookincubator#1728 Reviewed By: oerling Differential Revision: D36706888 Pulled By: mbasmanova fbshipit-source-id: b7d57c9ef42ee674ce26600ddbac93f45a0a4dcc Co-authored-by: Masha Basmanova <[email protected]>
…esn't release ArrowArrayStream (facebookincubator#16) * ArrowStream::getOutput swallows errors * Also, call release hook after ArrowArrayStream is used
* add date parsing * support extract year * support int32 return type
[OPPRO-105] Fix memory pool
[OPPRO-46] Support Parquet Read
Signed-off-by: Yuan Zhou <[email protected]>
ulysses-you
pushed a commit
to ulysses-you/velox
that referenced
this pull request
Jul 6, 2023
fix orc compile error
marin-ma
pushed a commit
to marin-ma/velox-oap
that referenced
this pull request
Dec 15, 2023
* change structure of the project * remove datasource * clean unnecessary code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.