trxcllnt commented on a change in pull request #9961:
URL: https://github.com/apache/arrow/pull/9961#discussion_r610382954
##########
File path: js/bin/integration.js
##########
@@ -30,7 +30,7 @@ const {
Table,
RecordBatchReader,
util: { createElementComparator }
-} = require('../targets/apache-arrow/Arrow.es5.min');
+} = require('../targets/apache-arrow/Arrow.es2015.min');
Review comment:
I think we're using the ES5 bundle here because CI can potentially have
(or used to have?) an old version of node.
##########
File path: js/bin/integration.js
##########
@@ -30,7 +30,7 @@ const {
Table,
RecordBatchReader,
util: { createElementComparator }
-} = require('../targets/apache-arrow/Arrow.es5.min');
+} = require('../targets/apache-arrow/Arrow.es2015.min');
Review comment:
I think we used the ES5 bundle here because CI can potentially have (or
used to have?) an old version of node.
--
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]