Felipe Oliveira Carvalho
Felipe Oliveira Carvalho
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...
### 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++
**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...
**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,...
### 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...
### 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...
### 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....
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...