forked from apache/arrow-adbc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(csharp/src/Drivers/Apache): set the precision and scale correctly…
… on Decimal128Type (apache#1858) Addresses a TODO item to accurately retrieve the precision and scale for `DECIMAL` (`Decimal128Type`) when retrieving table schema (`GetTableSchema`). * Parses the type name to find the precision and scale, using the default of 10 and 0, respectively.
- Loading branch information
1 parent
4d203b8
commit 57770e3
Showing
1 changed file
with
65 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters