ES-4

When the input data in mapping is the largest value for INT64, "9223372036854775807", a negative value is output in Absolute Value

Phenomenon

When the input data in mapping is the largest value for INT64, "9223372036854775807", a negative value is output in Absolute Value.

Affected versions

Ver.2.0.0

Corrected version

Ver.2.1.0

Affected module

HULFT IoT EdgeStreaming Runtime

Condition to reproduce

The phenomenon occurs when a script is executed according to the following procedure:

  1. Specify "9223372036854775807" (the largest value for INT64) in the input data.

  2. Place the mapping icon onto the script canvass.

  3. Open the mapping icon. Then, on the mapping screen, place Absolute Value onto the mapping canvas.

  4. Map the input data and Absolute Value, and the input data.

  5. Execute the script.

Alternative workaround

None

Status description

Data is output according to the correct Absolute Value.