thisisnic commented on code in PR #46720:
URL: https://github.com/apache/arrow/pull/46720#discussion_r2145918196
##########
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:
Yeah, went and looked the decimal ones up in the C++ and found a few more
missing too.
--
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]