jhorstmann commented on issue #1882: URL: https://github.com/apache/arrow-rs/issues/1882#issuecomment-1169650394
FYI I managed to solve my cyclic dependency issue in another way, by removing `ahash` and by excluding a load testing tool from the workspace which transitively activated the `js` feature of `getrandom`. My attempt at removing the `indexmap` dependency started a bit more complicated, since I also tried to remove the set in `InferredType::Scalar` and instead eagerly coerce the data types. The simpler approach by @nevi-me looks fine and probably the field order does not actually need to be guaranteed when inferring a schema. -- 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]
