tdiprima commented on code in PR #39442:
URL: https://github.com/apache/arrow/pull/39442#discussion_r1440894798


##########
js/examples/read_file.html:
##########
@@ -41,7 +41,7 @@
 }
 reader.onload = function (evt) {
 
-  var arrowTable = Arrow.Table.from([new Uint8Array(evt.target.result)]);
+  var arrowTable = Arrow.tableFromIPC([new Uint8Array(evt.target.result)]);

Review Comment:
   The suggested revision `Arrow.tableFromIPC(evt.target!.result)` does not 
work.  Console error: "Uncaught SyntaxError: missing ) after argument list".



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