Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue proposes introducing `#![deny(clippy::unwrap_used)]` across the codebase (excluding tests) to prevent the use of `Result::unwrap()`. The motivation stems from a Cloudflare outage caused by an `unwrap()` call, aiming to enforce safer error handling. Developers would be expected to use `.expect("...")` as an alternative.
The Auron accelerator for distributed computing framework (e.g., Spark) leverages native vectorized execution to accelerate query processing
The Auron accelerator for distributed computing framework (e.g., Spark) leverages native vectorized execution to accelerate query processing