-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
implement FiniteFirehoseFactory in InlineFirehose #8682
implement FiniteFirehoseFactory in InlineFirehose #8682
Conversation
@ccaominh @jihoonson the approach mentioned on the ticket is implemented here. |
@aditya-r-m thank you for your contribution! I have a couple of comments.
|
@jihoonson thank you for your guidance. |
@jihoonson implemented the suggested updates. |
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!
* implement FiniteFirehoseFactory in InlineFirehose * override isSplittable in InlineFirehoseFactory & improve tests
Fixes #8673.
Description
Implementation of FiniteFirehoseFactory to support index_parallel tasks with inline data ingestion.
The implementation always returns 1 split.
This PR has:
Key changed/added classes in this PR
InlineFirehoseFactory.java