Closed mwong38 closed 1 week ago
TimeOfDay can sometimes be encoded as INT32 rather than INT64, especially if saved from Kafka Connect.
Add support for Int as well as Long.
Yes
No
Thanks @mwong38 for working on this, and thanks @wgtmac for the review 🙌
Rationale for this change
TimeOfDay can sometimes be encoded as INT32 rather than INT64, especially if saved from Kafka Connect.
What changes are included in this PR?
Add support for Int as well as Long.
Are these changes tested?
Yes
Are there any user-facing changes?
No