This is an automated email from the ASF dual-hosted git repository.
aitozi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git
The following commit(s) were added to refs/heads/main by this push:
new d1c4fd2 feat(test): add manifest file meta json fixtures (#55)
d1c4fd2 is described below
commit d1c4fd2c2caef67e923ada102c03f0cb119a832d
Author: Huanbing <[email protected]>
AuthorDate: Wed Aug 14 09:45:55 2024 +0800
feat(test): add manifest file meta json fixtures (#55)
---
crates/paimon/tests/fixtures/manifest_file_meta_schema.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/crates/paimon/tests/fixtures/manifest_file_meta_schema.json
b/crates/paimon/tests/fixtures/manifest_file_meta_schema.json
new file mode 100644
index 0000000..9aec9c2
--- /dev/null
+++ b/crates/paimon/tests/fixtures/manifest_file_meta_schema.json
@@ -0,0 +1 @@
+{"type":"ROW","fields":[{"id":0,"name":"_FILE_NAME","type":"STRING NOT
NULL"},{"id":1,"name":"_FILE_SIZE","type":"BIGINT NOT
NULL"},{"id":2,"name":"_NUM_ADDED_FILES","type":"BIGINT NOT
NULL"},{"id":3,"name":"_NUM_DELETED_FILES","type":"BIGINT NOT
NULL"},{"id":4,"name":"_PARTITION_STATS","type":{"type":"ROW","fields":[{"id":0,"name":"_MIN_VALUES","type":"BYTES
NOT NULL"},{"id":1,"name":"_MAX_VALUES","type":"BYTES NOT
NULL"},{"id":2,"name":"_NULL_COUNTS","type":{"type":"ARRAY","element":"B [...]
\ No newline at end of file