wgtmac commented on code in PR #83:
URL: https://github.com/apache/iceberg-cpp/pull/83#discussion_r2051421386
##########
src/iceberg/result.h:
##########
@@ -86,4 +93,67 @@ auto InvalidExpressionError(const
std::format_string<Args...> fmt, Args&&... arg
.message = std::format(fmt,
std::forward<Args>(args)...)});
}
+/// \brief Create an unexpected error with kInvalidSchema
Review Comment:
Perhaps we can use a macro to define these to avoid duplicates?
--
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]