Open asfimport opened 3 years ago
Gabor Szadovszky / @gszadovszky:
[~vanhooser]
, this feature is to be released in 1.12.0. See PARQUET-1872. So the error message is correct in the release 1.11.1. Could you please test the feature on master?
Xinli Shang / @shangxinli:
[~vanhooser]
, glad to see you have the interests of this tool. We have been using it by translating GZIP to ZSTD for existing parquet files. Let me know if you hit any issues.
TransCompressionCommand
in parquet-tools is intended to allow translation of compression types in parquet files. We are intending to use this functionality to debug a corrupted file, but this command fails to run at the moment entirely.Running the following command (on the uncorrupted file):
This results in
I believe this is due to the Registry class silently catching any errors to initialize which subsequently is misinterpreted as an unknown command.
We need to:
Probably expand these tests to cover all the other commands
This will then unblock our debugging work on the suspect file.
Environment: I am using parquet-tools 1.11.1 on a Mac machine running Catalina, and my parquet-tools jar was downloaded from Maven Central. Reporter: Shelby Vanhooser
Note: This issue was originally created as PARQUET-1948. Please see the migration documentation for further details.