bkietz commented on a change in pull request #10381:
URL: https://github.com/apache/arrow/pull/10381#discussion_r641134667



##########
File path: r/R/dplyr.R
##########
@@ -74,7 +74,13 @@ print.arrow_dplyr_query <- function(x, ...) {
     name <- expr$field_name
     if (nzchar(name)) {
       # Just a field_ref, so look up in the schema
-      schm$GetFieldByName(name)$type$ToString()
+      field_name <- schm$GetFieldByName(name)

Review comment:
       Specifically: looking up fields by name when that name is not unique in 
the schema is not supported. 




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to