thisisnic commented on code in PR #37149:
URL: https://github.com/apache/arrow/pull/37149#discussion_r1293713330
##########
r/R/enums.R:
##########
@@ -79,6 +79,8 @@ Type <- enum("Type::type",
LARGE_STRING = 34L,
LARGE_BINARY = 35L,
LARGE_LIST = 36L
+ INTERVAL_MONTH_DAY_NANO = 37L,
Review Comment:
Thanks for fixing this! Just missing a comma on the line above this one, and
then hopefully tests should pass.
--
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]