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
The KafkaSource for sunsetSource uses an incorrect generic type. The SunsetAirFlightData does not perform full equality checks after JSON deserialization.
Expected:
Correct generic type in KafkaSource (SunsetAirFlightData).
Tests that fully verify deserialization, including correct handling of time zones and unknown fields.