trxcllnt commented on a change in pull request #8216:
URL: https://github.com/apache/arrow/pull/8216#discussion_r492260498
##########
File path: .env
##########
@@ -30,7 +30,7 @@ LLVM=10
CLANG_TOOLS=8
RUST=nightly-2020-04-22
GO=1.12
-NODE=11
+NODE=14
Review comment:
No we still work on node 11, but node changed the behavior of the
`stream.readable` property, which we're checking in
[`streams-node-tests.ts`](https://github.com/apache/arrow/blob/63264ce2ef37e55b1561927ebb28ba9804271cfa/js/test/unit/ipc/reader/streams-node-tests.ts#L212-L213).
We used to check for true, but now it's false.
----------------------------------------------------------------
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]