You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inmemory comparison between java.util.Date & java.sql.Timestamp throws an exception when the ISO8601DateSerde is registered to handle these.
Expected Behavior
The comparison in such cases should not throw an exception
Current Behavior
Observed in cases where the incoming string filter is converted into Date and compared with a Timestamp, currently the conversion fails since the registered serde does not handle Date to Timestamp conversion.
Inmemory comparison between java.util.Date & java.sql.Timestamp throws an exception when the ISO8601DateSerde is registered to handle these.
Expected Behavior
The comparison in such cases should not throw an exception
Current Behavior
Observed in cases where the incoming string filter is converted into Date and compared with a Timestamp, currently the conversion fails since the registered serde does not handle Date to Timestamp conversion.
The text was updated successfully, but these errors were encountered: