You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/12/10 01:16:03 UTC

[incubator-iotdb] branch master updated: [IOTDB-347] Remove the confusing limit in IoTDBQueryResultSetTest.java (#633)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0771b63  [IOTDB-347] Remove the confusing limit in IoTDBQueryResultSetTest.java (#633)
0771b63 is described below

commit 0771b631fc5c3771a2c8f1d8689c47b66dbc8587
Author: Jackie Tien <Ja...@foxmail.com>
AuthorDate: Tue Dec 10 09:15:53 2019 +0800

    [IOTDB-347] Remove the confusing limit in IoTDBQueryResultSetTest.java (#633)
    
    * no need to test offset in this test class
---
 jdbc/src/test/java/org/apache/iotdb/jdbc/IoTDBQueryResultSetTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jdbc/src/test/java/org/apache/iotdb/jdbc/IoTDBQueryResultSetTest.java b/jdbc/src/test/java/org/apache/iotdb/jdbc/IoTDBQueryResultSetTest.java
index fffcc54..83a5044 100644
--- a/jdbc/src/test/java/org/apache/iotdb/jdbc/IoTDBQueryResultSetTest.java
+++ b/jdbc/src/test/java/org/apache/iotdb/jdbc/IoTDBQueryResultSetTest.java
@@ -147,7 +147,7 @@ public class IoTDBQueryResultSetTest {
   public void testQuery() throws Exception {
 
     String testSql = "select *,s1,s0,s2 from root.vehicle.d0 where s1 > 190 or s2 < 10.0 "
-        + "limit 20 offset 1 slimit 4 soffset 2";
+        + "limit 20 slimit 4 soffset 2";
 
     /*
      * step 1: execute statement