You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2021/12/23 23:15:41 UTC

[pinot] branch master updated: remove stray Nullable annotation (#7951)

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

jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 332dabb  remove stray Nullable annotation (#7951)
332dabb is described below

commit 332dabb20dafae5551b36a7a6fa5878d129cb482
Author: Richard Startin <ri...@startree.ai>
AuthorDate: Thu Dec 23 23:15:24 2021 +0000

    remove stray Nullable annotation (#7951)
---
 .../java/org/apache/pinot/segment/spi/creator/IndexCreationContext.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/creator/IndexCreationContext.java b/pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/creator/IndexCreationContext.java
index c1a20ba..d70e443 100644
--- a/pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/creator/IndexCreationContext.java
+++ b/pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/creator/IndexCreationContext.java
@@ -336,7 +336,6 @@ public interface IndexCreationContext {
       _bloomFilterConfig = bloomFilterConfig;
     }
 
-    @Nullable
     public BloomFilterConfig getBloomFilterConfig() {
       return _bloomFilterConfig;
     }

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