avantgardnerio commented on PR #3007: URL: https://github.com/apache/arrow-datafusion/pull/3007#issuecomment-1201788502
If I revert the change here: https://github.com/apache/arrow-rs/pull/2140/files to: ``` def_decimal_array!( Decimal128Array, "Decimal128Array", Decimal128, Decimal128Iter ); ``` vs ``` def_decimal_array!(Decimal128Array, "Decimal128Array"); ``` It compiles and happily runs. I'm not sure if that's the correct fix though. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
