Open hangxie opened 4 days ago
schema command not supports option to remove the prefix https://github.com/hangxie/parquet-tools/pull/448
cat command is still pending as I believe I'd better refactor cat command to go with MarshalJSON
route, I'm still reading (my own code! :sweat_smile:) to make sure this is the right approach.
This is to address https://github.com/hangxie/parquet-tools/issues/446, which seems cannot be resolved by upstream (parquet-go) due to go's limitation.
Since
PARGO_PREFIX_
is hardcoded in parquet-go, we can just trim it from all field names, there can be a CLI flag to disable this translation.