Closed yymao closed 3 years ago
In README_write_gcr_to_parquet.md that I created earlier, I said that one can do --output-filename=<prefix> but it really should be --output-filename=<prefix>.parquet (unless one doesn't want the "parquet" extensions, of course).
README_write_gcr_to_parquet.md
--output-filename=<prefix>
--output-filename=<prefix>.parquet
This PR fixes it.
Thanks!
In
README_write_gcr_to_parquet.md
that I created earlier, I said that one can do--output-filename=<prefix>
but it really should be--output-filename=<prefix>.parquet
(unless one doesn't want the "parquet" extensions, of course).This PR fixes it.