velox icon indicating copy to clipboard operation
velox copied to clipboard

Update Base64 as a non-throwing API

Open Joe-Abraham opened this issue 4 months ago • 5 comments

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 in subsequent PR.

Joe-Abraham avatar Oct 02 '24 17:10 Joe-Abraham