Skip to content

Conversation

proletarians
Copy link
Contributor

Pipeline currently treats DateType and TimeType as plain INT, so date/time columns lose precision (TIME only to milliseconds, DATE range limited) and cannot be used with built-in temporal functions.

@yuxiqian yuxiqian self-requested a review July 15, 2025 02:06
Copy link
Member

@yuxiqian yuxiqian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for @proletarians' nice work, just left some trivial comments.

Copy link
Contributor

@Mrart Mrart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DebeziumEventDeserializationSchema#convertToTime
Should we also change the implementation of this class etc?

@yuxiqian
Copy link
Member

DebeziumEventDeserializationSchema#convertToTime Should we also change the implementation of this class etc?

Updated.

Copy link
Contributor

@Mrart Mrart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I let some comment.

@Mrart
Copy link
Contributor

Mrart commented Aug 22, 2025

LGTM

wuzexian and others added 6 commits August 29, 2025 13:54
# Conflicts:
#	flink-cdc-composer/src/test/java/org/apache/flink/cdc/composer/flink/FlinkPipelineTransformITCase.java
#	flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-iceberg/src/test/java/org/apache/flink/cdc/connectors/iceberg/sink/v2/IcebergWriterTest.java
Signed-off-by: yuxiqian <[email protected]>
Signed-off-by: yuxiqian <[email protected]>
@yuxiqian
Copy link
Member

yuxiqian commented Sep 4, 2025

Just reverted an accidental change that breaks Postgres Pipeline CI, PTAL @lvyanquan

Copy link
Contributor

@lvyanquan lvyanquan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@lvyanquan lvyanquan requested a review from yuxiqian September 6, 2025 14:44
Copy link
Member

@yuxiqian yuxiqian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, thanks to all involved.

@lvyanquan lvyanquan merged commit 272d99e into apache:master Sep 6, 2025
31 checks passed
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.

4 participants