You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "mapleFU (via GitHub)" <gi...@apache.org> on 2023/04/22 08:37:09 UTC

[GitHub] [arrow] mapleFU opened a new issue, #35282: [C++] auto enable brotli when enable ARROW_FUZZING

mapleFU opened a new issue, #35282:
URL: https://github.com/apache/arrow/issues/35282

   ### Describe the enhancement requested
   
   In `parquet/arrow/generate_fuzz_corpus.cc`, it depends on brotli. However, arrow didn't auto enable it:
   
   ```C++
   std::shared_ptr<WriterProperties> GetWriterProperties() {
     WriterProperties::Builder builder{};
     builder.disable_dictionary("no_dict");
     builder.compression("compressed", Compression::BROTLI);
     return builder.build();
   }
   ````
   
   ### Component(s)
   
   C++, Developer Tools


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou closed issue #35282: [C++] auto enable brotli when enable ARROW_FUZZING

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #35282: [C++] auto enable brotli when enable ARROW_FUZZING
URL: https://github.com/apache/arrow/issues/35282


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org