You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/20 00:01:36 UTC

[GitHub] [arrow-julia] jonalm edited a comment on pull request #309: WIP change scoped enums behavior

jonalm edited a comment on pull request #309:
URL: https://github.com/apache/arrow-julia/pull/309#issuecomment-1073125929


   On second thought that `T` idea brakes down (without careful handleing) for enums containing `T` fields, which I guess are way more likely than `_<enumname>`.
   
   edit:
   I changed it to inner type name to __TYPE__ , as it is equal across different enums (which are identified by module name), and not likely to be an enum value name.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org