parquet 0.2.15-arm64-darwin → 0.3.1-arm64-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: bcfdcf82a3ee8d72d9c85c7bae9928204c927559185af97dbdb73eae62072ec1
4
- data.tar.gz: ec3a1ed15de01531bd126505e8105cc543fa01e4088cca36633ffb5451a858c3
3
+ metadata.gz: bb46fd2a0962da7bee30aa2200fbbdf6553d92f0251f0a875199c13b492b3045
4
+ data.tar.gz: 4c8130347cfcb96d257315acdff8c7df45e61206aafab199940485cae444c59b
5
5
  SHA512:
6
- metadata.gz: a96a78ceacd178c3d24f59e1bfe8bbf68b51c77502c029c62771a33e7273dece8cc9b6c98344cde14a4856afcd8f7d8a6042ff8fdf3aba475d6ce535a60026f2
7
- data.tar.gz: 93700ad2c09adcf766819117ec0f615ca389b30765ca0baa658187dd38f7cae9f581a92b8a539a6cca4e2d00d7b05ac0905c63c2cd8ad39f645815f9870e4ae5
6
+ metadata.gz: 94f48b2eb24872f3e97d58af09d69361feafde8a667b794b61af0a490bb9eda54d7547fa33ba7aa9802602447b6b4ef7b581ff2253f79442677f35f1d7305586
7
+ data.tar.gz: 1e326592a0f5a9b2f0b61217a7c4f2130e916e93a25844b641a762c1bf549646fc17d300f68a410ae216477cebd1c48f4fbec52485dd0d012902cbb8c3a324b9
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: arm64-darwin
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