You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "paleolimbot (via GitHub)" <gi...@apache.org> on 2023/02/03 13:36:20 UTC

[GitHub] [arrow] paleolimbot commented on issue #15033: [R] feather round-trip support for named vectors in list columns

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org