error[E0282]: type annotations needed
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parquet-58.1.0/src/arrow/async_writer/store.rs:98:13
|
98 | / self.w
99 | | .put(bs)
100 | | .await
| |______________________^ cannot infer type
error[E0282]: type annotations needed
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parquet-58.1.0/src/arrow/async_writer/store.rs:107:13
|
107 | / self.w
108 | | .shutdown()
109 | | .await
| |______________________^ cannot infer type
I believe this passed on parquet 58 and is failing on 58.1. For now #1426 just turned off the wasm ci jobs
https://github.com/geoarrow/geoarrow-rs/actions/runs/23514341380/job/68442999522?pr=1426#step:6:564