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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to