-
Today I was using the RecordBatch UDF variation of groupby/apply. I was very surprised that decimals aren't yet supported in Apache Arrow 2.0. Here is the error.
Is this a work-in-progress already? Or should I submit a feature request? I found the error message here: ... and that seems to allow these two possible types, that are supposedly decimal arrays ... so I'm not sure why I'm getting a failure. I am going to try casting to floating point for now and see if that works. There are arrows arrays (FloatArray and DoubleArray) that may allow floating point columns in a RecordBatch. I'd appreciate any information about whether it should be possible to use decimals in a UDF based on RecordBatch . |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Based on some more investigation, I believe that the decimal type wasn't available at the time that the arrow nuget package (2.0) was released. It appears that Arrow 2.0 was released in October 2020, but decimals weren't added until March 2021. Here are some links: |
Beta Was this translation helpful? Give feedback.
Based on some more investigation, I believe that the decimal type wasn't available at the time that the arrow nuget package (2.0) was released.
It appears that Arrow 2.0 was released in October 2020, but decimals weren't added until March 2021. Here are some links: