Skip to content

Conversation

@hohosznta
Copy link

Purpose of this pull request

Add support for TIMESTAMP_TZ on kafka source. Issue #9785

Does this PR introduce any user-facing change?

Yes. The Kafka source connector now supports TIMESTAMP_TZ (timestamp with timezone) data type.
Users can now consume Kafka messages containing timestamp with timezone information (e.g., "2024-01-15T10:30:45Z",
"2024-01-15T10:30:45+09:00") and SeaTunnel will correctly parse them as OffsetDateTime.

How was this patch tested?

Added unit test case in json parsing timestamp_tz in JsonRowDataSerDeSchemaTest.java. (testDeserializationWithTimestampTz)

Check list

@dybyte
Copy link
Contributor

dybyte commented Oct 26, 2025

Hi @hohosznta ,
CI seems to be failing due to formatting (Spotless check).
please check the coding guide.

@dybyte
Copy link
Contributor

dybyte commented Oct 31, 2025

Let's merge the latest changes and try again.

@hohosznta
Copy link
Author

@dybyte thanks, I'll try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants