domoritz commented on a change in pull request #9961:
URL: https://github.com/apache/arrow/pull/9961#discussion_r610803828
##########
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:
Would that mean we need to build es5 and es2015 bundles in the arrow
package?
I would hope that our CI doesn't use a version that only supports es5
anymore. I'd say we should update the CI if it does.
--
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]