Skip to content

Conversation

@discivigour
Copy link
Contributor

Purpose

avro's timestamp-millis corresponds to timestamps with time zones, and avro's local-timestamp-millis corresponds to timestamps without time zones.

Tests

JavaPyReadWriteTest.test_py_write_read_pk_table()

API and Format

Documentation

Copy link
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

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

You create a table using the avro file format, which contains the timestamp type of Paimon. What type is avro in it? Is it the same as Java?

@discivigour
Copy link
Contributor Author

You create a table using the avro file format, which contains the timestamp type of Paimon. What type is avro in it? Is it the same as Java?

avro timestamp-millis = paimon TIMESTAMP_LTZ
avro local-timestamp-millis = paimon TIMESTAMP

@JingsongLi
Copy link
Contributor

You create a table using the avro file format, which contains the timestamp type of Paimon. What type is avro in it? Is it the same as Java?

avro timestamp-millis = paimon TIMESTAMP_LTZ avro local-timestamp-millis = paimon TIMESTAMP

Java is not this behavior.

@JingsongLi JingsongLi closed this Feb 10, 2026
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.

2 participants