GH-47978: [C++][Parquet][CI] Add more compression codecs to fuzzing seed corpus#47979
GH-47978: [C++][Parquet][CI] Add more compression codecs to fuzzing seed corpus#47979pitrou merged 2 commits intoapache:mainfrom
Conversation
|
@github-actions crossbow submit fuzz |
|
Revision: efa842a Submitted crossbow builds: ursacomputing/crossbow @ actions-9baaa59a9e
|
|
@github-actions crossbow submit fuzz |
|
Revision: 4bbdd6a Submitted crossbow builds: ursacomputing/crossbow @ actions-001f65930b
|
|
Nice! What about the other compressions (LZO, BZ2, LZ4_*)? |
|
These are all the compression codecs that Parquet C++ supports. BZ2 is not in the Parquet format, and LZO is closed source. |
Fine with me, was just wondering since they are defined: arrow/cpp/src/arrow/util/type_fwd.h Lines 46 to 60 in f8a0902 |
Well, some of them are supported by other parts of Arrow. For example you could read a BZ2-compressed CSV file. |
|
After merging your PR, Conbench analyzed the 0 benchmarking runs that have been run so far on merge-commit 42f27ab. None of the specified runs were found on the Conbench server. The full Conbench report has more details. |
Rationale for this change
Are these changes tested?
Not specifically by CI, but hopefully they will make fuzzing more efficient.
Are there any user-facing changes?
No.