adsharma commented on PR #799: URL: https://github.com/apache/incubator-graphar/pull/799#issuecomment-3494573719
I'm sure there are implementation details such as C++ enums. Was thinking about it from end user perspective: ``` from ctypes import cint64_t as i64 - assert id_property_type.to_type_name() == "int64" + assert id_property_type == i64 ``` There may be type checkers that understand integer overflow and other concepts to find bugs that'd not be possible when you use those types vs graphar specific C++ enums. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
