Implement SendData
- 主要語言
- Rust
- 星號
- 6
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
SendData should be an implementation of Arrow Flight's DoPut function.
It should take input from a file, and send the data to a flight server, which is then processed by the server, returning a PutResult.
The first message of the function should be a FlightDescriptor.
More information can be found here: https://arrow.apache.org/docs/format/Flight.html
**Issue originally raised by Aidan Kovacic.**
貢獻指南
研究方向
Read the Arrow Flight specification to understand the DoPut protocol. Look at the existing codebase for other Flight command implementations to see the pattern. The function needs to read from a file, send a FlightDescriptor as the first message, stream data to a server, and handle the PutResult response. Check for any existing tests for similar commands to understand the expected behavior.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- rust
- 領域
- api, cli
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100