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

refactor: make utility classes UnboxTransform and ToChunkTypeTransform public #6338

Merged
merged 4 commits into from
Nov 6, 2024

Conversation

jcferretti
Copy link
Member

No description provided.

@jcferretti jcferretti added this to the 0.37.0 milestone Nov 6, 2024
@jcferretti jcferretti self-assigned this Nov 6, 2024
@@ -5,6 +5,8 @@ plugins {

dependencies {
api project(':qst-type')
api project(':engine-query-constants')
api project(':engine-time')
Copy link
Member

Choose a reason for hiding this comment

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

I don't like this dependency on engine-time, given it is a bit more sprawling. Does ToChunkTypeTransform living in engine-time work for you?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think that should work, yes

@jcferretti jcferretti changed the title Make utility classes UnboxTransform and ToChunkTypeTransform public refactor: make utility classes UnboxTransform and ToChunkTypeTransform public Nov 6, 2024
@@ -1,13 +1,9 @@
//
// Copyright (c) 2016-2024 Deephaven Data Labs and Patent Pending
//
package io.deephaven.kafka;
package io.deephaven.protobuf;
Copy link
Member

Choose a reason for hiding this comment

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

This is not really an appropriate package for it, at least publicly (I also claim that io.deephaven.kafka is not appropriate, but in that case it was internal only).

That said, I'm okay putting it into extensions-protobuf, but using a more appropriate package; io.deephaven.function; this sort of implies that we can continue to refactor it later to a more appropriate place if necessary.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

@jcferretti jcferretti enabled auto-merge (squash) November 6, 2024 18:06
Util/function/build.gradle Outdated Show resolved Hide resolved
@jcferretti jcferretti merged commit 8832682 into deephaven:main Nov 6, 2024
17 checks passed
@jcferretti jcferretti deleted the cfs-protobuf-util-move branch November 6, 2024 23:45
@github-actions github-actions bot locked and limited conversation to collaborators Nov 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants