[parquet-tools] dump command shows binary values differenty than the cat or head commands
- Lingua principale
- Java
- Stelle
- 3.1k
- Fork
- 1.6k
- Merge medio
- 3g 12h
- PR unite (30g)
- 33
Descrizione
`parquet-tools dump` shows binary values as strings, if they are valid UTF-8 sequences.
`parquet-tools cat` and `parquet-tools head` show binary values base64-encoded, regardless of whether they are valid UTF-8 sequences or not.
(If the type is annotated as UTF-8, the values are shown as strings by all of these commands.)
**Reporter**: [Zoltan Ivanfi](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=zi) / @zivanfi
**Note**: *This issue was originally created as [PARQUET-1347](https://issues.apache.org/jira/browse/PARQUET-1347). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Inizia individuando le implementazioni di parquet-tools dei comandi dump, cat e head e confronta il modo in cui visualizzano i valori binari. Conferma il comportamento esistente delle annotazioni UTF-8, quindi rendi coerente con cat e head l'output binario non annotato verificando l'output del comando con valori rappresentativi.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java
- Ambito
- cli
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100