You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/09/15 18:40:51 UTC

[GitHub] [arrow] t829702 commented on a change in pull request #7844: ARROW-9580: [JS][Doc] Fix syntax error in example code

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:
users@infra.apache.org