wgtmac commented on PR #81:
URL: https://github.com/apache/iceberg-cpp/pull/81#issuecomment-2814544743
Thank you @Xuanwo!
--
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
Xuanwo merged PR #81:
URL: https://github.com/apache/iceberg-cpp/pull/81
--
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: issues-unsubscr...@iceberg.apac
wgtmac commented on code in PR #81:
URL: https://github.com/apache/iceberg-cpp/pull/81#discussion_r2049976718
##
src/iceberg/result.h:
##
@@ -78,4 +78,12 @@ auto JsonParseError(const std::format_string fmt,
Args&&... args)
.message = std::format(fmt
zhjwpku commented on code in PR #81:
URL: https://github.com/apache/iceberg-cpp/pull/81#discussion_r2049964913
##
src/iceberg/result.h:
##
@@ -78,4 +78,12 @@ auto JsonParseError(const std::format_string fmt,
Args&&... args)
.message = std::format(fm