Skip to content

Commit

Permalink
feat(test): add manifest file meta json fixtures (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
devillove084 authored Aug 14, 2024
1 parent 74a99f0 commit d1c4fd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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":"BIGINT"}}]}},{"id":5,"name":"_SCHEMA_ID","type":"BIGINT NOT NULL"}]}

0 comments on commit d1c4fd2

Please sign in to comment.