ResultSetrs=stmt.executeQuery("select sum(f1) from "+ns_timestamp_db+".weather where ts >= '"+date2+"' and ts <= '"+date3+"' interval(10000000b) sliding(10000000b)");
rs.next();
...
...
@@ -492,7 +492,7 @@ public class TimestampPrecisonInNanoRestTest {
ResultSetrs=stmt.executeQuery("select sum(f1) from "+ns_timestamp_db+".weather where ts2 >= '"+date2+"' and ts <= '"+date3+"' interval(10000000b) sliding(10000000b)");
rs.next();
...
...
@@ -506,21 +506,17 @@ public class TimestampPrecisonInNanoRestTest {