You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2022/02/03 08:32:59 UTC

[druid] branch fix-encoded-key-component-constructor created (now 84c3cd9)

This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a change to branch fix-encoded-key-component-constructor
in repository https://gitbox.apache.org/repos/asf/druid.git.


      at 84c3cd9  Update EncodedKeyComponent.java

This branch includes the following new commits:

     new 84c3cd9  Update EncodedKeyComponent.java

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[druid] 01/01: Update EncodedKeyComponent.java

Posted by cw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a commit to branch fix-encoded-key-component-constructor
in repository https://gitbox.apache.org/repos/asf/druid.git

commit 84c3cd960fcfb34a0aa892b6acdeb05cf3781021
Author: Clint Wylie <cw...@apache.org>
AuthorDate: Thu Feb 3 00:32:36 2022 -0800

    Update EncodedKeyComponent.java
---
 .../src/main/java/org/apache/druid/segment/EncodedKeyComponent.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/processing/src/main/java/org/apache/druid/segment/EncodedKeyComponent.java b/processing/src/main/java/org/apache/druid/segment/EncodedKeyComponent.java
index abe9449..fe8ef70 100644
--- a/processing/src/main/java/org/apache/druid/segment/EncodedKeyComponent.java
+++ b/processing/src/main/java/org/apache/druid/segment/EncodedKeyComponent.java
@@ -42,7 +42,7 @@ public class EncodedKeyComponent<K>
    *                           must account for the footprint of both the original
    *                           and encoded dimension values, as applicable.
    */
-  EncodedKeyComponent(@Nullable K component, long effectiveSizeBytes)
+  public EncodedKeyComponent(@Nullable K component, long effectiveSizeBytes)
   {
     this.component = component;
     this.effectiveSizeBytes = effectiveSizeBytes;

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org