parquet 0.2.15-aarch64-linux-musl → 0.3.1-aarch64-linux-musl

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: 76bfc15e1ced3e0094cb04ea0cec1c86d4137e51b2ab7096ec43f48da1fb59ef
4
- data.tar.gz: f1bd8db8395d874b52307e52fdccc83705d8c01555611b0b234bb0b521db5815
3
+ metadata.gz: '09f33e3b8e9fe7739b15349cad82f3ccb2589bbed4a62e01396c79245e750a1b'
4
+ data.tar.gz: 9eac86b197f804294d21b48c54f8f9f205962d5521e8042bba9737229399c0dc
5
5
  SHA512:
6
- metadata.gz: 50b8bb2b3eceee98d70b393fbd6d7e79e9bcb38a74aa16c083de495c3f4300e2001ca53ed743638a8823002ffd4788366531663ec1abbf804b9df6299b80147e
7
- data.tar.gz: 7718ce82e790d3770af153d081ce151ba222e3c52938b15a8532decc53fb8e9e1bf276134140f7f12f4b917f1d6412f863def377096406d2ed0a5d68df8fcad6
6
+ metadata.gz: 8c757ba21691378ebd0746d05d13c96da3cdba27cf1f8fb2dc0a102242fad75aa053cae5e01461be8fe78883f910dfdda2ea9fd1d497e98d3842cda5d8eeb30a
7
+ data.tar.gz: bcb8dc985c2e44b6b45025c36877b0ee88a877efdfa69da5eb3318d23062bfab878e1710a73165dea8e7ca145516ba771051c90f89f30be534f5c8c4543025a6
data/README.md CHANGED
@@ -194,4 +194,4 @@ The following data types are supported in the schema:
194
194
  - `date32`
195
195
  - `timestamp_millis`, `timestamp_micros`
196
196
 
197
- Note: List and Map types are currently not supported.
197
+ Note: Writing of List and Map types is not currently supported.
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module Parquet
2
- VERSION = "0.2.15"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parquet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.15
4
+ version: 0.3.1
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - Nathan Jaremko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-04 00:00:00.000000000 Z
11
+ date: 2025-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler