parquet 0.5.0-x86_64-darwin → 0.5.1-x86_64-darwin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 044bb2c6c4f27dc8e2849056a572ee81d9b56e3a856c338991a93773b685559d
4
- data.tar.gz: 5ccc8d198c335212fe2fced2725ef4dade9b8461f7ee8b98ca246b735c694430
3
+ metadata.gz: 47e8419e64dc1a1aec7dee54f11f0ef512ae85fe217cf75a6a4046b57f50c8f2
4
+ data.tar.gz: 99da7abffd82b8c06fa245c0472b9440ac7636ae6844f84d1fe1dc4cc8cf79a9
5
5
  SHA512:
6
- metadata.gz: f3959989e11156ee20b9869528f40d0a72a9f32839d328122268d2e04a833d5886cbc055ae8e6718a8f0a23b57c7e03bb9e04c794d11d6893b3aa1a8cdb35687
7
- data.tar.gz: 9c6470a0e765ee2169a22d795165d0525828ae7810bac7390500ffbbcb8a33c3755ffec52fe74f6d00354e81ea1f6b6663f5519f9515b7b27fd2c46538c584fa
6
+ metadata.gz: 2cc44246963e7085a9f013bec6169aa9194a09317d9b424f5c958da717da12abfdae4388bf2c1abb471c8ccefab6d7fb211811a1451ce34089e58eee4a52cd33
7
+ data.tar.gz: 6ea773714778368f259c143f311b1a877509fc1ad6c4206d2f01c80ba06378bd8ea82bfbd15fd3c4883caa39de4b67f12fbf62b1eef68e5479f3546aee651178
data/README.md CHANGED
@@ -294,7 +294,7 @@ The Schema DSL supports:
294
294
  - **Complex types**: Structs, lists, and maps with arbitrary nesting
295
295
  - **Nullability control**: Specify which fields can contain null values with `nullable: false/true`
296
296
  - **List item nullability**: Control whether list items can be null with `item_nullable: false/true`
297
- - **Map key/value nullability**: Control whether map keys or values can be null with `key_nullable: false/true` and `value_nullable: false/true`
297
+ - **Map key/value nullability**: Control whether map keys or values can be null with `value_nullable: false/true`
298
298
 
299
299
  Note: When using List and Map types, you need to provide at least:
300
300
  - For lists: The `item:` parameter specifying the item type
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module Parquet
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parquet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Nathan Jaremko