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 2020/03/23 19:27:37 UTC

[incubator-pinot] 07/09: fix bug

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

jamesshao pushed a commit to branch upsert-refactor
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 32899a4f81418b1512c3edba496b7b17bfa0bd55
Author: james Shao <sj...@uber.com>
AuthorDate: Wed Feb 26 10:51:30 2020 -0800

    fix bug
    
    Differential Revision: https://code.uberinternal.com/D3998717
---
 .../org/apache/pinot/core/indexsegment/mutable/MutableSegmentImpl.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pinot-core/src/main/java/org/apache/pinot/core/indexsegment/mutable/MutableSegmentImpl.java b/pinot-core/src/main/java/org/apache/pinot/core/indexsegment/mutable/MutableSegmentImpl.java
index 12fcd94..4bd67e3 100644
--- a/pinot-core/src/main/java/org/apache/pinot/core/indexsegment/mutable/MutableSegmentImpl.java
+++ b/pinot-core/src/main/java/org/apache/pinot/core/indexsegment/mutable/MutableSegmentImpl.java
@@ -191,7 +191,6 @@ public class MutableSegmentImpl implements MutableSegment {
         }
       } else {
         virtualFieldSpecs.add(fieldSpec);
-
       }
     }
     _physicalFieldSpecs = Collections.unmodifiableCollection(physicalFieldSpecs);


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