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 2021/08/14 16:52:26 UTC

[GitHub] [arrow] jorgecarleitao commented on pull request #10177: ARROW-13628: [Format][C++][Java] Add MONTH_DAY_NANO interval type

jorgecarleitao commented on pull request #10177:
URL: https://github.com/apache/arrow/pull/10177#issuecomment-898929295


   1. Should we also declare the format on the c data interface?
   
       We currently have:
       * `tiM` - interval [months]
       * `tiD` - interval [days, time]
       
       maybe `tiN` (Nano seems to be the only thing that is different from the existing ones)?
   
   2. it seems that we usually generate files and place them on the testing git repo so that users do not need to compile all other languages and use docker to test against the IPC files and streams. I do not know which script we use, but it could be useful to have them also.
   


-- 
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