CurtHagenlocher opened a new issue, #333: URL: https://github.com/apache/arrow-dotnet/issues/333
### Describe the enhancement requested `VariantValue` is unnecessarily complicated for decimal16 because it tries to support both `SqlDecimal` and `System.Decimal`. We should clean this up and always use `SqlDecimal` for `decimal16` and force consumers to deal with the difference. I'd like to add better decimal type support in `Apache.Arrow.Scalars` but that will wait until at least after the next release. -- 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]
