i want to take export of one table to another table but facing this datatype error .
also tried with multiple datatype (like string , float and Bigint ) still same issue is coming.


i want to take export of one table to another table but facing this datatype error .
also tried with multiple datatype (like string , float and Bigint ) still same issue is coming.
Hi! This usually happens when the columns of the RAW table are hard to fit into a schema, in this specific case it’s being inferred that the `billet_temperature_strengthener` column is of type Long from a sample, but there are decimal values in the full data set.
To avoid it, you can tell your transformation your table schema, to skip the schema inference and make sure it always uses the correct one
Using cdf_raw was effective because it bypassed schema inference.
Thanks ,
Sumedh
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.