You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run a pipeline including the following steps, excluding the string_to_int processor, I get a cast error at the end of the pipeline because the value 100000-15297008027871520 is not an integer. It looks like the values from the csv are strings, and I suspect the sum operation does += resulting in concatenation.
In order to submit an issue, please ensure you can check the following. Thanks!
python --version
)when I run a pipeline including the following steps, excluding the string_to_int processor, I get a cast error at the end of the pipeline because the value
100000-15297008027871520
is not an integer. It looks like the values from the csv are strings, and I suspect the sum operation does+=
resulting in concatenation.The text was updated successfully, but these errors were encountered: