Merge pull request #5 from spektom/int96_update

Updated Arrow library for better INT96 support
This commit is contained in:
Michael Spector 2019-12-02 15:44:34 +02:00 коммит произвёл GitHub
Родитель 8102e87867 c657251de4
Коммит f4b8c7df8b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

4
Cargo.lock сгенерированный
Просмотреть файл

@ -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>