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:33:00 UTC

[druid] 01/01: Update EncodedKeyComponent.java

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