jonkeane commented on code in PR #46720: URL: https://github.com/apache/arrow/pull/46720#discussion_r2150201021
########## 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'm a little surprised there weren't / aren't tests that caught this? But maybe I don't totally grok what's up with these -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org