Merge pull request #5 from spektom/int96_update
Updated Arrow library for better INT96 support
This commit is contained in:
Коммит
f4b8c7df8b
|
@ -37,7 +37,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "arrow"
|
||||
version = "0.14.0-SNAPSHOT"
|
||||
source = "git+https://github.com/rzheka/arrow.git?branch=dev#81a421d2dbd4909eb941289ce7efa7b6ac95a29d"
|
||||
source = "git+https://github.com/rzheka/arrow.git?branch=dev#109fae337b03f5b06d44a87195f0fd1d30d06228"
|
||||
dependencies = [
|
||||
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"csv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -530,7 +530,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "parquet"
|
||||
version = "0.14.0-SNAPSHOT"
|
||||
source = "git+https://github.com/rzheka/arrow.git?branch=dev#81a421d2dbd4909eb941289ce7efa7b6ac95a29d"
|
||||
source = "git+https://github.com/rzheka/arrow.git?branch=dev#109fae337b03f5b06d44a87195f0fd1d30d06228"
|
||||
dependencies = [
|
||||
"arrow 0.14.0-SNAPSHOT (git+https://github.com/rzheka/arrow.git?branch=dev)",
|
||||
"brotli 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<package >
|
||||
<metadata>
|
||||
<id>pq2json</id>
|
||||
<version>0.1.0</version>
|
||||
<version>0.1.1</version>
|
||||
<authors>Evgeney Ryzhyk</authors>
|
||||
<owners>Evgeney Ryzhyk</owners>
|
||||
<license type="expression">MIT</license>
|
||||
|
|
Загрузка…
Ссылка в новой задаче