parquet 0.5.11-aarch64-linux-musl → 0.5.12-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: 9141f4a5bbc508ade664e9256d5d0bacad6402bdf3a7f4a5af8f58f73a34d919
4
- data.tar.gz: f194c832c58d661febdc95987a7ecab13eb8bec117387d2009bac084b83f01ad
3
+ metadata.gz: 87f9345d5516677a1c7a5e95e5e01c26574b8f882b4d0b5e29fda1e57a878c59
4
+ data.tar.gz: 3db11e4aa156e96b7e6ffdc51fae803512fe3696a950ab6ac43c094a6ae916d6
5
5
  SHA512:
6
- metadata.gz: f98619640b21e0786245368e17e080b0fbb410b1a66b8e5e0456a6d725b9453fde49bbf0d0456dc8c58fc8eb3cf5e070f3abf9ca7bf0c08a95c1a858cba55b8f
7
- data.tar.gz: 4f77bdb7a663234162e2ae940aa98b9cdf0cbcbd67d0b1e9a38ff649ceb5a58e559d62b721ec0e6e6b005611261f0a61e75d7f92dd105df2eb57ad93c1af3ea8
6
+ metadata.gz: 9cc298b0016fc814dee68553006625935453ecf95cc529e8a7e99cfc600175b5fba427a0a1ccb453f26c1e5f56587425e0be434c1642547484689c729457f937
7
+ data.tar.gz: 73608c17dda38d204a7a618b255e398088f652968091aff5dd107f9aec0da2b7bca87217d8cc17fd74b0be63cddf6727b6a4f2401009a19d2c4c6a36143182a0
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.12"
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.11
4
+ version: 0.5.12
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - Nathan Jaremko