zhjwpku commented on code in PR #95: URL: https://github.com/apache/iceberg-cpp/pull/95#discussion_r2083671213
########## src/iceberg/json_internal.cc: ########## @@ -173,12 +171,17 @@ void SetOptionalField(nlohmann::json& json, std::string_view key, } } +std::string DumpJsonNoExcept(const nlohmann::json& json) { + return json.dump(-1, ' ', false, nlohmann::detail::error_handler_t::ignore); Review Comment: Fixed, thanks. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org