Re: [PR] refactor: add expression subdirectory [iceberg-cpp]

2025-04-17 Thread via GitHub
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

Re: [PR] refactor: add expression subdirectory [iceberg-cpp]

2025-04-17 Thread via GitHub
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

Re: [PR] refactor: add expression subdirectory [iceberg-cpp]

2025-04-17 Thread via GitHub
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

Re: [PR] refactor: add expression subdirectory [iceberg-cpp]

2025-04-17 Thread via GitHub
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