Skip to content

Added Date and Timestamp Support in Avro's To/From Converter#209

Merged
srnand merged 1 commit intomainfrom
sthakkar/apr20_26/addedDateAndTimestampSupport
Apr 21, 2026
Merged

Added Date and Timestamp Support in Avro's To/From Converter#209
srnand merged 1 commit intomainfrom
sthakkar/apr20_26/addedDateAndTimestampSupport

Conversation

@srnand
Copy link
Copy Markdown
Collaborator

@srnand srnand commented Apr 20, 2026

Summary

  • Add Calcite DATE and TIMESTAMP type support to AvroConverter using Avro logical types.
  • Added support for both directions, avro() (Calcite → Avro) and rel() (Avro → Calcite).

Testing

  • Added tests for both DATE and Timestamp to validate the conversion of Calcite type → Avro type → Calcite type.

@srnand srnand force-pushed the sthakkar/apr20_26/addedDateAndTimestampSupport branch from 5fad920 to 2dc30af Compare April 20, 2026 22:40
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 20, 2026

Code Coverage

Overall Project 84.78% -0.01% 🟢
Files changed 92.31% 🟢

File Coverage
AvroConverter.java 97.36% -0.59% 🟢

Copy link
Copy Markdown
Collaborator

@ryannedolan ryannedolan left a comment

Choose a reason for hiding this comment

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

nice

@srnand srnand merged commit 2f2ff35 into main Apr 21, 2026
1 check passed
@srnand srnand deleted the sthakkar/apr20_26/addedDateAndTimestampSupport branch April 21, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants