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

gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 30ec608  Fix mixed up segment ids at SelectBinaryFnTest.java (#6946)
30ec608 is described below

commit 30ec6080388fda3bb97605965f4cf5b6443d41b3
Author: Furkan KAMACI <furkankam...@gmail.com>
AuthorDate: Thu Jan 31 07:04:16 2019 +0300

    Fix mixed up segment ids at SelectBinaryFnTest.java (#6946)
---
 .../test/java/org/apache/druid/query/select/SelectBinaryFnTest.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/processing/src/test/java/org/apache/druid/query/select/SelectBinaryFnTest.java
 
b/processing/src/test/java/org/apache/druid/query/select/SelectBinaryFnTest.java
index 219452e..ab718a4 100644
--- 
a/processing/src/test/java/org/apache/druid/query/select/SelectBinaryFnTest.java
+++ 
b/processing/src/test/java/org/apache/druid/query/select/SelectBinaryFnTest.java
@@ -40,9 +40,9 @@ import java.util.Set;
  */
 public class SelectBinaryFnTest
 {
-  private static final String segmentId1 = "testSegment";
+  private static final String segmentId1 = "testSegment1";
 
-  private static final String segmentId2 = "testSegment";
+  private static final String segmentId2 = "testSegment2";
 
   @Test
   public void testApply()


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

Reply via email to