File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/java/com/redislabs/riot/generator Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<groupId >com.redislabs</groupId >
14
14
<artifactId >riot</artifactId >
15
- <version >0.4.5 </version >
15
+ <version >0.4.6 </version >
16
16
<packaging >jar</packaging >
17
17
<name >RIOT</name >
18
18
<description >Redis Input/Output Tool</description >
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ private long start(long total) {
57
57
@ Override
58
58
protected Map <String , Object > doRead () throws Exception {
59
59
Map <String , Object > map = new HashMap <>();
60
+ map .put (IndexedPartitioner .PARTITION_KEY , partitionIndex .get ());
60
61
for (int index = 0 ; index < fieldCount ; index ++) {
61
62
int fieldIndex = index + 1 ;
62
63
String fieldName = "field" + fieldIndex ;
You can’t perform that action at this time.
0 commit comments