Joe Abraham

Results 15 issues of Joe Abraham

- Fixes - https://github.com/prestodb/presto/issues/23810

Build failure while executing `./mvnw clean install -DskipTests -Pdocker-build`. The error is related to an UnsatisfiedLinkError in the Spotify Docker client library, specifically with loading the native FFI provider. Podman...

bug

Follow-up PR: https://github.com/facebookincubator/velox/pull/10371 The following changes are done in this PR. 1. Refactor the APIs in Base64 as non-throwing APIs. Changing the `char` to `std::string_view` and `std::string` will be done...

CLA Signed

Follow-up PR: https://github.com/facebookincubator/velox/pull/10371 The following changes are done in this PR. - Variable names are updated for better readability. - Function declarations in Base64.h are reordered for better maintainability.

CLA Signed

Fixes - https://github.com/facebookincubator/velox/issues/11036

CLA Signed