Skip to content
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

NIFI-14161: Fix QueryCassandra Processor Attribute Loss Issue #9637

Open
wants to merge 1 commit into
base: support/nifi-1.28
Choose a base branch
from

Conversation

Rahul937303
Copy link

Resolved an issue in the QueryCassandra processor where attributes from the incoming FlowFile were occasionally lost in subsequent FlowFiles when the processor split the results due to a configured Fetch Size (e.g., 750). This fix ensures that all FlowFiles maintain the original attributes, even when multiple FlowFiles are generated from a single query result.

@pvillard31
Copy link
Contributor

Thanks for pull request! Any commit that should land on NiFi 1.x should be via a PR against the branch https://github.com/apache/nifi/tree/support/nifi-1.x. However, I don't think the community is willing to invest additional time in making new releases for the 1.x branch. It is, of course, up to any committer/PMC member to decide if such a release should happen though and if, collectively, enough people are willing to go through the release process which is quite time consuming.

@pvillard31 pvillard31 changed the base branch from support/nifi-1.28 to support/nifi-1.x January 16, 2025 13:05
@pvillard31 pvillard31 changed the base branch from support/nifi-1.x to support/nifi-1.28 January 16, 2025 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants