Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Nov 15, 2024 2:42:18 AM
Xiaodi_Shi
Nov 18, 2024 1:22:26 AM
A Talend Data Integration job is throwing an Exception with "java.lang.NumberFormatException: Expected an int but was <number higher than 2147483647>"
Please use another datatype such as long, float, double in your job.
The Java limitation for Integer is 2,147, 483, 647 (java.lang.Integer.MAX_VALUE, max allowed value)
https://docs.oracle.com/javadb/10.5.1.1/ref/rrefsqlj10696.html
data-shaping-language-reference-guide