Closed sadikovi closed 6 years ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
record/api.rs | 20 | 97.24% | ||
<!-- | Total: | 20 | --> |
Totals | |
---|---|
Change from base Build 640: | 0.02% |
Covered Lines: | 12477 |
Relevant Lines: | 13060 |
Merged. Thanks @sadikovi !
Thanks! It is not the best change, but I could not find better names for the new types.
This PR adds support for the following logical types for the record reader API:
I named the new fields as UByte, UShort, UInt and ULong. I know, these names are not the best, but I can't change the existing API to make them all conform to either INT_XY or UINT_XY.
I also updated accessors' methods and updated unit tests.
Relates to #178.