quinnj commented on issue #367: URL: https://github.com/apache/arrow-julia/issues/367#issuecomment-1372882241
Yeah, I tried to stay very true to the notion that: any "parameter" a type has in the arrow spec itself (# of bits and is_signed for integer types, list size for fixed size list, etc), we make that a formal type parameter in the Julia types (or at least encoded via separate distinct types, i.e. Int64 vs. UInt64). While not ergonomic in all cases (like timezones), it at least keeps the spec implementation fairly straightforward. -- 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]
