Antoine Pitrou

Results 65 issues of Antoine Pitrou

The [doc for `project.yaml`](https://google.github.io/oss-fuzz/getting-started/new-project-guide/#projectyaml) lacks some configuration keys that seem to be in use by some projects, such as `view_restrictions`. I've tried to look at the infra scripts to find...

### Describe the enhancement requested When writing a V2 data page, it seems that compression is always unconditionally enabled even when compression doesn't actually yield any benefits: https://github.com/apache/parquet-java/blob/0fea3e1e22fffb0a25193e3efb9a5d090899458a/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ColumnChunkPageWriteStore.java#L305-L311 It would...

Type: enhancement
Good first issue

### Describe the bug `ClientWithAsyncTemplateMethods` has the following constructor: https://github.com/aws/aws-sdk-cpp/blob/08f5335f43eabe4a3d7fb5454c655e7b86630b4d/src/aws-cpp-sdk-core/include/aws/core/client/AWSClientAsyncCRTP.h#L47-L56 The `static_cast(this)` is meant to cast the base `this` pointer to the corresponding derived `this` pointer (which can have a...

bug
needs-triage

**Describe the bug** On Apache Arrow we're getting [Valgrind failures](https://github.com/ursacomputing/crossbow/actions/runs/17432520202/job/49503574535#step:6:10079) that happen in our Azure filesystem layer, which relies on the Azure SDK for C++. According to Valgrind, the leak...

question
Azure.Core
Client
customer-reported
needs-team-attention
Service Attention

Hi and thanks @imneme for this project. I believe it is widely used (we use it in [Apache Arrow](https://arrow.apache.org/)). It also seems to be largely unmaintained currently. Is it possible...