-
Notifications
You must be signed in to change notification settings - Fork 80
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
Conversation
Link to PR which does a similar change on the enterprise side as part of a larger commit. |
From our slack discussion, I'll push a small set of changes to this branch to try to simplify a bit. |
@@ -19,6 +19,8 @@ dependencies { | |||
api project(':engine-stringset') | |||
|
|||
implementation project(':extensions-parquet-base') | |||
Classpaths.inheritParquetHadoop(project) |
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.
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.
ParquetHadoop/src/main/java/io/deephaven/parquet/base/tempfix/ParquetMetadataConverter.java
Show resolved
Hide resolved
9df40eb
Closes #901
Closes #806