Skip to content

Commit

Permalink
Append int offset to actual output
Browse files Browse the repository at this point in the history
  • Loading branch information
qqndrew committed Mar 18, 2021
1 parent 51e0c6f commit 5558772
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public void processElement(@Element Row input, OutputReceiver<Row> output) throw
rawValues.get("status").asText()
)
)
.addValue(rawValues.get("offset").asInt())
.build();
output.output(out);
}
Expand Down

0 comments on commit 5558772

Please sign in to comment.