boshek opened a new issue, #255:
URL: https://github.com/apache/arrow-cookbook/issues/255

   I also see some examples that need updating to the correct bucket in the 
cookbooks here:
   
https://arrow.apache.org/cookbook/r/reading-and-writing-data.html#read-a-parquet-file-from-s3
   
   and here:
   https://arrow.apache.org/cookbook/py/io.html#reading-partitioned-data-from-s3
   
   Basically this:
   `df <- read_parquet(bucket$path("nyc-taxi/year=2019/month=6/data.parquet"))`
   
   Needs to become this:
   `df <- 
read_parquet(bucket$path("nyc-taxi/year=2019/month=6/part-0.parquet"))`


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