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

Removed ParquetHadoop module #4457

Merged
merged 5 commits into from
Sep 13, 2023

Conversation

malhotrashivam
Copy link
Contributor

@malhotrashivam malhotrashivam commented Sep 7, 2023

Closes #901
Closes #806

@malhotrashivam malhotrashivam added feature request New feature or request parquet Related to the Parquet integration NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. labels Sep 7, 2023
@malhotrashivam malhotrashivam added this to the September 2023 milestone Sep 7, 2023
@malhotrashivam malhotrashivam self-assigned this Sep 7, 2023
@malhotrashivam
Copy link
Contributor Author

Link to PR which does a similar change on the enterprise side as part of a larger commit.

@niloc132
Copy link
Member

niloc132 commented Sep 7, 2023

From our slack discussion, I'll push a small set of changes to this branch to try to simplify a bit.

NOTICE.md Outdated Show resolved Hide resolved
@@ -19,6 +19,8 @@ dependencies {
api project(':engine-stringset')

implementation project(':extensions-parquet-base')
Classpaths.inheritParquetHadoop(project)
Copy link
Member

Choose a reason for hiding this comment

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

Note to other reviewers, this was added because it should have been here to begin with - previously we picked it up transitively from our other parquet projects, but there is no actual need for it as an api dependency. Instead, this project should have declared it as an implementation dep, which it now does.

niloc132
niloc132 previously approved these changes Sep 8, 2023
nbauernfeind
nbauernfeind previously approved these changes Sep 11, 2023
@malhotrashivam malhotrashivam merged commit a00fa05 into deephaven:main Sep 13, 2023
10 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature request New feature or request NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. parquet Related to the Parquet integration
Projects
None yet
5 participants