tbl Object cannot run a 'select' Operation after 'arrange' | tdplyr - tbl Object Cannot Run a 'select' Operation after 'arrange' - Teradata Package for R

Teradata® Package for R User Guide

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Package for R
Release Number
17.20
Published
March 2024
ft:locale
en-US
ft:lastEdition
2024-04-09
dita:mapPath
efv1707506846369.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
nqx1518630623256
Product Category
Teradata Vantage

For tdplyr, tbl object cannot run a 'select' operation after 'arrange', as this is not supported in dbplyr 2.3.2.

> tbl_antiselect %>%  arrange(1L) %>% select(rowids, orderid, priority)
Error in `purrr::map_chr()`:
ℹ In index: 1.
Caused by error in `as_string()`:
! Can't convert an integer to a string.
Run `rlang::last_error()` to see where the error occurred.