Felipe Oliveira Carvalho

Results 13 issues of Felipe Oliveira Carvalho

See #1 to understand why this is tricky.

enhancement

This is to get rid of this error: parser.ypp:8.10-12: error: invalid version requirement: 3 8 | %require "3" | ^~~

### Rationale for this change This can help fixing #39798 and #39566, but is also improving the performance of `Take` and `Filter` (specially in the no-nulls case). ### What changes...

Component: C++
awaiting committer review

### Describe the enhancement requested The first thing that can be achieved is unifying the implementation of Take for numeric and boolean arrays. ### Component(s) C++

Type: enhancement
Component: C++

**Query/Question** Why `Blobs::BlobServiceClient::RenameBlobContainer()` returns a response saying `comp=rename` is an invalid query parameter? Output from the debugger: ```cpp (lldb) p exception (const Azure::Storage::StorageException) $2 = { Azure::Core::RequestFailedException = { std::runtime_error...

question
Client
customer-reported
needs-team-triage
Storage

**Is your feature request related to a problem? Please describe.** I need to know the URL of the `BlobLeaseClient` to produce good error message from my utility functions. For convenience,...

feature-request
Client
customer-reported
needs-team-attention
Storage

### Rationale for this change Run-end encoded arrays can very compactly represent filters with repeated values and run-end encoded arrays can be filtered efficiently without inflating all the runs for...

Component: C++
awaiting review

### Rationale for this change I want to instantiate this primitive operation in other scenarios (e.g. the optimized version of `Take` that handles chunked arrays) and extend the sub-classes of...

Component: C++
awaiting change review

### Rationale for this change Concatenating a chunked array into a single array before running the `array_take` kernels is very inefficient and can lead to out-of-memory crashes. See also #25822....

Component: C++
awaiting change review

Having only `java.sql.Timestamp` and `java.time.LocalDateTime` consistently supported in the appender and result-set classes forces all manipulation of typed timestamp values to go through unnecessary timezone conversions between UTC and system...

Ready For Review