-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[BugFix] Avro schema inconsistents between Java and Python #7077
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I checked the current implementation and it seems to be correct. Our Avro format has a very strange mapping relationship, the mapping on the Java side is reversed compared to standard... |
If that’s indeed the case, here’s my understanding:
|
I agree with you about "avro.timestamp_mapping.legacy", we can introduce it in next PR for both Java and Python. |
|
@chenghuichen This PR will do more tests coverage? |
No, the changes only affect Avro and Timestamp, which are already covered by tests. It’s ready to be merged if looks good to you. |
|
+1 |
Purpose
TIMESTAMP_LTZin pypaimon.Tests
Re-using
run_mixed_tests.sh, changes inside:API and Format
Documentation