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-11269 Added snappy dependency #7035

Closed
wants to merge 2 commits into from

Conversation

johnAlJunior
Copy link
Contributor

@johnAlJunior johnAlJunior commented Mar 13, 2023

Summary

NIFI-11269

Tracking

Please complete the following tracking steps prior to pull request creation.

Issue Tracking

Pull Request Tracking

  • Pull Request title starts with Apache NiFi Jira issue number, such as NIFI-00000
  • Pull Request commit message starts with Apache NiFi Jira issue number, as such NIFI-00000

Pull Request Formatting

  • Pull Request based on current revision of the main branch
  • Pull Request refers to a feature branch with one commit containing changes

Verification

Please indicate the verification steps performed prior to pull request creation.

Build

  • Build completed using mvn clean install -P contrib-check
    • JDK 11
    • JDK 17

Licensing

  • New dependencies are compatible with the Apache License 2.0 according to the License Policy
  • New dependencies are documented in applicable LICENSE and NOTICE files

Documentation

  • Documentation formatting appears as expected in rendered files

@johnAlJunior
Copy link
Contributor Author

Hi can someone look at this and verify its good?

Copy link
Contributor

@exceptionfactory exceptionfactory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution @johnAlJunior.

One minor note, the explicit version number for snappy-java should be removed because it is provided from the project root Maven configuration.

Otherwise, it looks like this change aligns with the inclusion of the snappy-java library in nifi-record-serialization-services for the AvroReader.

Copy link
Contributor

@exceptionfactory exceptionfactory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@johnAlJunior If you can remove the version number and rebase the pull request so that it does not contain merge commits, it should be ready to go.

@johnAlJunior
Copy link
Contributor Author

Hi I removed the version, but I don't know how to rebase the pull request...

@johnAlJunior
Copy link
Contributor Author

Done it.
Can you review?

Copy link
Contributor

@exceptionfactory exceptionfactory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for removing the version @johnAlJunior, the latest version looks good. I can cherry pick the necessary commits.

For future reference, merge commits should be avoided in pull requests, instead, changes from the main branch be rebased on to the branch, and then the pull request branch can be pushed, or force-pushed if necessary. An article from Atlassian has some useful background on merging vs. rebasing.

@johnAlJunior
Copy link
Contributor Author

Thanks! Will do from now... Happy to contribute!

exceptionfactory pushed a commit that referenced this pull request Mar 16, 2023
This closes #7035

Signed-off-by: David Handermann <exceptionfactory@apache.org>
@johnAlJunior johnAlJunior deleted the NIFI-11269 branch March 16, 2023 14:01
r-vandenbos pushed a commit to r-vandenbos/nifi that referenced this pull request Apr 11, 2023
This closes apache#7035

Signed-off-by: David Handermann <exceptionfactory@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants