slbotbm commented on code in PR #3194:
URL: https://github.com/apache/iggy/pull/3194#discussion_r3161138770
##########
core/connectors/sdk/src/lib.rs:
##########
@@ -416,4 +416,16 @@ pub enum Error {
/// failures so that circuit breakers are not tripped by bad data.
#[error("Permanent HTTP error: {0}")]
PermanentHttpError(String),
+ /// The source schema could not be mapped to the destination schema.
+ /// Indicates a table definition or configuration problem — not a data
issue.
Review Comment:
The "- not a data issue" part seems irrelevant
--
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]