apache / apache/arrow-rs

prebuilt binary package for release.

Open
#1,733 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
3.6k
Forks
1.3k
Avg merge
2d 18h
Merged PRs (30d)
169

Description

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
(This section helps Arrow developers understand the context and *why* for this feature, in addition to the *what*)

Parquet-rs provides CLI tool. but install requires Rust.

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

- provide prebuilt package for debian, we can use [cargo-deb](https://crates.io/crates/cargo-deb).
- provide prebuilt package for rpm, we can use [cargo-rpm](https://crates.io/crates/cargo-rpm).

but `cargo-rpm` seems no maintainer.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

Contributor guide

Open the contributing guide

Research direction

No source files or tests are named. Start by locating how the parquet-rs CLI is released and reviewing the cargo-deb and cargo-rpm options mentioned in the issue. Done means defining and producing prebuilt Debian and RPM packages, with a maintained release path that avoids requiring users to install Rust.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli, release
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.