Skip to content

Commit

Permalink
Update IoTDBPipeExtractorIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveYurongSu committed Jun 17, 2024
1 parent a051e09 commit b687d55
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -977,8 +977,8 @@ public void testRealtimeLooseRange() throws Exception {
extractorAttributes.put("source.path", "root.db.d1.at1");
extractorAttributes.put("source.inclusion", "data.insert");
extractorAttributes.put("source.realtime.loose-range", "time, path");
extractorAttributes.put("source.realtime.start-time", "2000");
extractorAttributes.put("source.realtime.end-time", "10000");
extractorAttributes.put("source.start-time", "2000");
extractorAttributes.put("source.end-time", "10000");

connectorAttributes.put("connector", "iotdb-thrift-connector");
connectorAttributes.put("connector.batch.enable", "false");
Expand Down

0 comments on commit b687d55

Please sign in to comment.