Re: [PR] feat: add formatter specialization [iceberg-cpp]

2025-04-23 Thread via GitHub
Fokko commented on PR #86: URL: https://github.com/apache/iceberg-cpp/pull/86#issuecomment-2825301231 Thanks @wgtmac for working on this, and thanks @lidavidm, @zhjwpku and @yingcai-cy for the review 🙌 -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] feat: add formatter specialization [iceberg-cpp]

2025-04-23 Thread via GitHub
Fokko merged PR #86: URL: https://github.com/apache/iceberg-cpp/pull/86 -- 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.apach

Re: [PR] feat: add formatter specialization [iceberg-cpp]

2025-04-23 Thread via GitHub
lidavidm commented on PR #86: URL: https://github.com/apache/iceberg-cpp/pull/86#issuecomment-2823693191 LGTM -- 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

Re: [PR] feat: add formatter specialization [iceberg-cpp]

2025-04-23 Thread via GitHub
wgtmac commented on code in PR #86: URL: https://github.com/apache/iceberg-cpp/pull/86#discussion_r2055662718 ## src/iceberg/util/formatter.h: ## @@ -40,3 +43,102 @@ struct std::formatter : std::formatter { return std::formatter::format(obj.ToString(), ctx); } }; + +//

Re: [PR] feat: add formatter specialization [iceberg-cpp]

2025-04-23 Thread via GitHub
wgtmac commented on PR #86: URL: https://github.com/apache/iceberg-cpp/pull/86#issuecomment-2823690624 I've moved specialization for std containers to the internal header file to not pollute downstream. Let me know what you think @lidavidm -- This is an automated message from the Apache

Re: [PR] feat: add formatter specialization [iceberg-cpp]

2025-04-23 Thread via GitHub
lidavidm commented on code in PR #86: URL: https://github.com/apache/iceberg-cpp/pull/86#discussion_r2055659276 ## src/iceberg/util/formatter.h: ## @@ -40,3 +43,102 @@ struct std::formatter : std::formatter { return std::formatter::format(obj.ToString(), ctx); } }; + +

Re: [PR] feat: add formatter specialization [iceberg-cpp]

2025-04-23 Thread via GitHub
lidavidm commented on code in PR #86: URL: https://github.com/apache/iceberg-cpp/pull/86#discussion_r2055658280 ## src/iceberg/util/formatter.h: ## @@ -40,3 +43,102 @@ struct std::formatter : std::formatter { return std::formatter::format(obj.ToString(), ctx); } }; + +

Re: [PR] feat: add formatter specialization [iceberg-cpp]

2025-04-23 Thread via GitHub
wgtmac commented on code in PR #86: URL: https://github.com/apache/iceberg-cpp/pull/86#discussion_r2055639146 ## src/iceberg/util/formatter.h: ## @@ -40,3 +43,102 @@ struct std::formatter : std::formatter { return std::formatter::format(obj.ToString(), ctx); } }; + +//

Re: [PR] feat: add formatter specialization [iceberg-cpp]

2025-04-23 Thread via GitHub
wgtmac commented on code in PR #86: URL: https://github.com/apache/iceberg-cpp/pull/86#discussion_r2055544216 ## src/iceberg/util/formatter.h: ## @@ -40,3 +43,102 @@ struct std::formatter : std::formatter { return std::formatter::format(obj.ToString(), ctx); } }; + +//

Re: [PR] feat: add formatter specialization [iceberg-cpp]

2025-04-23 Thread via GitHub
lidavidm commented on code in PR #86: URL: https://github.com/apache/iceberg-cpp/pull/86#discussion_r2055474145 ## test/formatter_test.cc: ## @@ -0,0 +1,163 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the