paleolimbot commented on issue #15033: URL: https://github.com/apache/arrow/issues/15033#issuecomment-1415880110
I think we pretty much drop names everywhere *except* when converting to struct...maybe a `warning()` when we drop the names? That probably happens in `infer_type()` (down in C++ somewhere). I think at that point we have something like `SEXP x`, and you can check `cpp11::safe[Rf_getAttrib](x, R_NamesSymbol) == R_NilValue`. -- 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]
