flock-lab / flock

Flock: A Low-Cost Streaming Query Engine on FaaS Platforms
https://flock-lab.github.io/flock/
GNU Affero General Public License v3.0
288 stars 39 forks source link

feat: distributed dataflow pipeline #439

Closed gangliao closed 2 years ago

gangliao commented 2 years ago

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

By submitting this pull request

gangliao commented 2 years ago

Same error: https://github.com/apache/arrow-rs/pull/1195

gangliao commented 2 years ago

Looks like rust removes the macro llvm_asm: https://github.com/rust-lang/rust/commit/a34c0797528172ede89480e3033f7a5e71ea4735

gangliao commented 2 years ago

Solution: https://github.com/rust-lang/packed_simd/issues/340

gangliao commented 2 years ago

forked a version to bypass the error for now: https://github.com/flock-lab/packed_simd/commit/d017986ceb44b83b2d90205226c1d26c1f76bca1