ianmcook commented on a change in pull request #10014:
URL: https://github.com/apache/arrow/pull/10014#discussion_r613541574
##########
File path: r/vignettes/dataset.Rmd
##########
@@ -322,9 +330,9 @@ by calling `write_dataset()` on it:
write_dataset(ds, "nyc-taxi/feather", format = "feather")
```
-Next, let's imagine that the "payment_type" column is something we often
filter on,
+Next, let's imagine that the `payment_type` column is something we often
filter on,
so we want to partition the data by that variable. By doing so we ensure that
a filter like
-`payment_type == 3` will touch only a subset of files where payment_type is
always 3.
+`payment_type == 3` will touch only a subset of files where `payment_type `is
always 3.
Review comment:
I fixed this (sort of) in 88edc2d. It's an imperfect fix but I think
it's about the best we can do without making major changes
--
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]