Implement SendData
- Linguagem predominante
- Rust
- Estrelas
- 6
- Forks
- 0
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.**
Guia de contribuição
Direção de pesquisa
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.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- rust
- Domínio
- api, cli
- Tipo de issue
- Funcionalidade
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 45/100