Skip to content

Commit

Permalink
Pipe: Fix null output-series device issue in Two-Stage Processor (#13604
Browse files Browse the repository at this point in the history
)
  • Loading branch information
MiniSho authored Sep 25, 2024
1 parent 8a50d59 commit d5c854d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ private void collectGlobalCountIfNecessary(EventCollector eventCollector) throws

final Tablet tablet =
new Tablet(
outputSeries.getDeviceString(),
outputSeries.getIDeviceID().toString(),
Collections.singletonList(
new MeasurementSchema(outputSeries.getMeasurement(), TSDataType.INT64)),
1);
Expand Down

0 comments on commit d5c854d

Please sign in to comment.