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

feat: Extract Codec & friends from Util into separate modules #5727

Merged
merged 10 commits into from
Jul 12, 2024

Conversation

abaranec
Copy link
Contributor

@abaranec abaranec commented Jul 6, 2024

This fixes #5726 by removing ObjectCodec and ObjectDecoder, their implementations, as well as CodecCache and it's exception from the Util module and into their own separate packages, codec-base, codec-builtin and codec-cache.

@abaranec abaranec added this to the 0.36.0 milestone Jul 6, 2024
@abaranec abaranec requested a review from rcaudy July 6, 2024 16:10
@rcaudy rcaudy requested a review from devinrsmith July 8, 2024 17:50
@rcaudy rcaudy added core Core development tasks ReleaseNotesNeeded Release notes are needed NoDocumentationNeeded labels Jul 8, 2024
Copy link
Member

@devinrsmith devinrsmith left a comment

Choose a reason for hiding this comment

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

Note, you'll want to merge the latest main and update how annotations is depended on since #5724 merged.

Also, looks like you need to apply spotless and fix some failing tests.

codec/builtin/build.gradle Outdated Show resolved Hide resolved
codec/builtin/build.gradle Outdated Show resolved Hide resolved
codec/base/build.gradle Outdated Show resolved Hide resolved
codec/builtin/build.gradle Outdated Show resolved Hide resolved
codec/cache/build.gradle Outdated Show resolved Hide resolved
codec/cache/build.gradle Outdated Show resolved Hide resolved
codec/cache/build.gradle Outdated Show resolved Hide resolved
engine/chunk/build.gradle Outdated Show resolved Hide resolved
@abaranec abaranec marked this pull request as ready for review July 9, 2024 15:07
@abaranec abaranec requested a review from devinrsmith July 9, 2024 16:37
Copy link
Member

@devinrsmith devinrsmith left a comment

Choose a reason for hiding this comment

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

Looks great, couple small things.

engine/chunk/build.gradle Outdated Show resolved Hide resolved
engine/table/build.gradle Outdated Show resolved Hide resolved
Copy link
Member

@rcaudy rcaudy left a comment

Choose a reason for hiding this comment

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

Please be sure to run nightlies before merging. Codecs are fairly integral to Parquet support.

rcaudy
rcaudy previously approved these changes Jul 10, 2024
@abaranec abaranec merged commit 4fdad15 into deephaven:main Jul 12, 2024
16 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 12, 2024
@abaranec abaranec deleted the abaranec_shuffledep branch July 15, 2024 14:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
core Core development tasks NoDocumentationNeeded ReleaseNotesNeeded Release notes are needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Separate Codec classes from Util module
3 participants