parquet 0.5.11-x86_64-linux → 0.5.12-x86_64-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: 4b9c41619496c49a3b10737841f5510dd7d2cbc280ad94da8788cdacbb9f4ca6
4
- data.tar.gz: ecdb5a152ad1f36c52a04759a5170cd77f5d835ec9ed8c950342d354024c6437
3
+ metadata.gz: 5c19bbef6845c2684327cac2a2aa1ca11a8911a1b2056bb3b5e546dc8a13f94b
4
+ data.tar.gz: e3b55fb7dfd235c90078695f5e5f45ebe4a13f4e10425d5888c332a52e5fc9db
5
5
  SHA512:
6
- metadata.gz: 4a9ac1ccce4d0f507c2d5c3fcdfa7643aeb9171ef5dc01214729f3b696bd3e051deeb54271d3927a35958e37b6a44d8a1e32ac4d60cae6a351fbaedf02f4d98a
7
- data.tar.gz: 56cd343bd4c9a4c6a2d520bec20ba293fbaf22e23237977b853fc0b21440b252f4852e06a60a43bb95e32d56c762984806d222176f737615ff3c7fb5feb8bd46
6
+ metadata.gz: 1e028ecb235f6c45addcc67d5267710503aff38b9a7b56ef97a8af3e8c222ce56f7e701b74d55fcd8eeca958ce9906193887fd80626db3efd7b5480c2df505e5
7
+ data.tar.gz: cdcaa777c96c5bd1a1f364911d1fbb360956ad263d7681a6bc4822b52fa884a65ec92bd3dc6170cf16f12266418d1c58bfec57174fcd6877b0be227cd6096ef6
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: x86_64-linux
6
6
  authors:
7
7
  - Nathan Jaremko