zhjwpku commented on code in PR #646:
URL: https://github.com/apache/iceberg-cpp/pull/646#discussion_r3213344263
##########
src/iceberg/util/transform_util.cc:
##########
@@ -283,4 +283,76 @@ std::string TransformUtil::Base64Encode(std::string_view
str_to_encode) {
return encoded;
}
+namespace {
+
+// Shared base64 decode logic. The decode table maps ASCII char → 6-bit value.
Review Comment:
nit
```suggestion
// Shared base64 decode logic. The decode table maps ASCII char -> 6-bit
value.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]