[jira] [Commented] (KAFKA-10675) Error message from ConnectSchema.validateValue() should include the name of the schema.

2021-07-08 Thread Konstantine Karantasis (Jira)


[ 
https://issues.apache.org/jira/browse/KAFKA-10675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17377765#comment-17377765
 ] 

Konstantine Karantasis commented on KAFKA-10675:


[~iskuskov] [~rhauch] left a comment on the PR which seems to have been 
approved. It'd be great if we could merge and resolve before the 3.0 code 
freeze 

> Error message from ConnectSchema.validateValue() should include the name of 
> the schema.
> ---
>
> Key: KAFKA-10675
> URL: https://issues.apache.org/jira/browse/KAFKA-10675
> Project: Kafka
>  Issue Type: Improvement
>  Components: KafkaConnect
>Reporter: Alexander Iskuskov
>Priority: Minor
> Fix For: 3.0.0, 2.8.1
>
>
> The following error message
> {code:java}
> org.apache.kafka.connect.errors.DataException: Invalid Java object for schema 
> type INT64: class java.lang.Long for field: "moderate_time"
> {code}
> can be confusing because {{java.lang.Long}} is acceptable type for schema 
> {{INT64}}. In fact, in this case {{org.apache.kafka.connect.data.Timestamp}} 
> is used but this info is not logged.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KAFKA-10675) Error message from ConnectSchema.validateValue() should include the name of the schema.

2021-07-09 Thread Alexander Iskuskov (Jira)


[ 
https://issues.apache.org/jira/browse/KAFKA-10675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378019#comment-17378019
 ] 

Alexander Iskuskov commented on KAFKA-10675:


[~kkonstantine], thank you! The conflict was resolved

> Error message from ConnectSchema.validateValue() should include the name of 
> the schema.
> ---
>
> Key: KAFKA-10675
> URL: https://issues.apache.org/jira/browse/KAFKA-10675
> Project: Kafka
>  Issue Type: Improvement
>  Components: KafkaConnect
>Reporter: Alexander Iskuskov
>Priority: Minor
> Fix For: 3.0.0, 2.8.1
>
>
> The following error message
> {code:java}
> org.apache.kafka.connect.errors.DataException: Invalid Java object for schema 
> type INT64: class java.lang.Long for field: "moderate_time"
> {code}
> can be confusing because {{java.lang.Long}} is acceptable type for schema 
> {{INT64}}. In fact, in this case {{org.apache.kafka.connect.data.Timestamp}} 
> is used but this info is not logged.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)