-
Notifications
You must be signed in to change notification settings - Fork 32
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
spec: Introduce unittests and integration tests #26
Comments
I will add the |
The serialize/deserialize in |
That would be greatly appreciated. |
The following JSON is output by {manifest-eddc1df1-3bfd-4918-bff3-a41560a8d280, 10000, 65, 35, org.apache.paimon.stats.BinaryTableStats@c2774299, 0} The following JSON is output by {"_FILE_NAME":"manifest_file_meta.json","_FILE_SIZE":1024,"_NUM_ADDED_FILES":10,"_NUM_DELETED_FILES":5,"_PARTITION_STATS":{"_MIN_VALUES":[1,2,3],"_MAX_VALUES":[4,5,6],"_NULL_COUNTS":[]},"_SCHEMA_ID":0} Which one should be used when adding the serialize/deserialize test? cc @Xuanwo |
Does it mean cc @devillove084, would you like to generate some fixture for |
@Xuanwo No problem, I will mention another ISSUE and related PR in some time later. |
link #54 |
Our community works hard on implementation specifications. It's time for us to introduce unit tests and integration tests. We need to ensure that we can serialize/deserialize specifications correctly.
The text was updated successfully, but these errors were encountered: