thisisnic commented on code in PR #46720:
URL: https://github.com/apache/arrow/pull/46720#discussion_r2150313048
##########
r/R/enums.R:
##########
@@ -80,17 +80,23 @@ Type <- enum("Type::type",
LARGE_BINARY = 35L,
LARGE_LIST = 36L,
INTERVAL_MONTH_DAY_NANO = 37L,
- RUN_END_ENCODED = 38L
+ RUN_END_ENCODED = 38L,
+ STRING_VIEW = 39L,
+ BINARY_VIEW = 40L,
+ LIST_VIEW = 41L,
+ LARGE_LIST_VIEW = 42L,
Review Comment:
I don't really know what these enums do, haven't traced it through, but my
guess would be that they don't matter as we haven't implemented them in R?
Hmm, in which case, maybe I remove?
--
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]