flachboard commented on issue #12371:
URL: https://github.com/apache/arrow/issues/12371#issuecomment-1033753585


   Awesome! I got it working! For clarity if there's anyone else struggling 
with this, I normally just point to the folder when running the open_dataset 
function. To get this to work, I needed to point to the parquet file.
   
   df <- open_dataset(c(df1.parquet, df2.parquet), unify_schemas = TRUE) %>%
   select(var1, var2)


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


Reply via email to