mbrobbel commented on PR #14447: URL: https://github.com/apache/datafusion/pull/14447#issuecomment-2631476990
With the bump of `rand` we get `[email protected]` in our tree, for which we have to set the `js_wasm` feature (this was renamed) in `datafusion/wasmtest`. However we also have `[email protected]` via `ahash`, so we can't set the required feature for both these versions. Blocking this on https://github.com/tkaitchuck/aHash/pull/251. Or we should forward the `getrandom` `js` feature in `arrow`? I'll take another look later. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
