trxcllnt commented on a change in pull request #9961:
URL: https://github.com/apache/arrow/pull/9961#discussion_r610810905



##########
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:
       Not sure if it still does. I think the integration tests install node 
via conda? If this passes CI, then great. If not, we can change this to 
`../targets/es5/umd/Arrow` instead.

##########
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:
       Not sure if it still does. I think the integration container installs 
node via conda? If this passes CI, then great. If not, we can change this to 
`../targets/es5/umd/Arrow` instead.




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


Reply via email to