parquet 0.5.11-aarch64-linux → 0.5.13-aarch64-linux

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: 5b57ed473daef71e1b0de52182cdf87ae932cf6162629ee7eee88e191e54fab1
4
- data.tar.gz: 2f749ab9c9a3e01ec580b51c464fa9f983dfab8c98f54214ab2e1249dcab8ac6
3
+ metadata.gz: 935e8f47cc6a9b3c43587238079eb800a417415a0c4258b21a89a0e767b20514
4
+ data.tar.gz: 132e21c6489a3bcad873d5f32e903b02442454bca20fb00e3be9833123274a88
5
5
  SHA512:
6
- metadata.gz: e6e286a96deca8e4eefd2bae7e25b5d0cc12dfaab54369d7c4a76a8e30f3b2bb86e1dff4f6c4f0a83ecf77741e1d03e94927828b519d48c0d61a05b1313414f4
7
- data.tar.gz: 757c6d4d8ffb91f64aac4cc8e6022e9823c712d449ee1ef43d24ca105c2423be5a1e0907ab9f473570877f73c3791ba7f1bf32a57d1728a2bd93527a10cac7cf
6
+ metadata.gz: 3319c7e58b29149e7ed6a707a9748f15c4a4e9e5cbe85a4348fe497cdd669ad3402187529c55428bed5ad7022c7c88f36c19a08a27ef9c6d4bc700e35c98b381
7
+ data.tar.gz: d40c669fcf16fea09537727f1a8997c5582235a0ee772cb1410d8f4ef790e3dc3bea8e6ea8912a460263bc53e1fe336bff29a7de922ef5aac52a0c16afef0d58
data/README.md CHANGED
@@ -265,6 +265,7 @@ The following data types are supported in the schema:
265
265
  - `boolean`
266
266
  - `date32`
267
267
  - `timestamp_millis`, `timestamp_micros`
268
+ - `time_millis`, `time_micros`
268
269
 
269
270
  ### Schema DSL for Complex Data Types
270
271
 
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module Parquet
2
- VERSION = "0.5.11"
2
+ VERSION = "0.5.13"
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.5.11
4
+ version: 0.5.13
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Nathan Jaremko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-18 00:00:00.000000000 Z
11
+ date: 2025-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler