Skip to main content

Implicit Floating Point Conversion in Jython Evaluator.

  • February 17, 2022
  • 0 replies
  • 27 views

AkshayJadhav
StreamSets Employee
Forum|alt.badge.img

If you're using the FLOAT data type in your records, be mindful that floating point numbers are only an approximation.


Python (and Jython) do not have a single-precision floating point representation, only double-precision, thus when using the Jython Evaluator Processor you may notice that any FLOAT field is implicitly output as a DOUBLE.