t829702 commented on a change in pull request #7844:
URL: https://github.com/apache/arrow/pull/7844#discussion_r488883467
##########
File path: js/README.md
##########
@@ -122,7 +122,7 @@ const rainfall = Table.new(
```js
import { Table } from "apache-arrow";
-const table = await Table.from(fetch(("/simple.arrow")));
+const table = await Table.from(fetch("/simple.arrow"));
Review comment:
where can I download a copy of this `/simple.arrow` file?
----------------------------------------------------------------
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]