Fix the dependency of installing arrow with the parquet feature (#23423)

This commit is contained in:
Jianshen Liu 2022-03-11 11:18:19 -08:00 committed by GitHub
parent 5bbca2ad26
commit 4c58b84126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "arrow", "name": "arrow",
"version": "7.0.0", "version": "7.0.0",
"port-version": 1, "port-version": 2,
"description": "Cross-language development platform for in-memory analytics", "description": "Cross-language development platform for in-memory analytics",
"homepage": "https://arrow.apache.org", "homepage": "https://arrow.apache.org",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -75,7 +75,10 @@
] ]
}, },
"parquet": { "parquet": {
"description": "Parquet support" "description": "Parquet support",
"dependencies": [
"rapidjson"
]
}, },
"plasma": { "plasma": {
"description": "Plasma support", "description": "Plasma support",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "3d3371b4741fc81354b2033d584c48a1929373f4",
"version": "7.0.0",
"port-version": 2
},
{ {
"git-tree": "71eea8dac175d368506f19bb246b40bf4829846a", "git-tree": "71eea8dac175d368506f19bb246b40bf4829846a",
"version": "7.0.0", "version": "7.0.0",

View File

@ -170,7 +170,7 @@
}, },
"arrow": { "arrow": {
"baseline": "7.0.0", "baseline": "7.0.0",
"port-version": 1 "port-version": 2
}, },
"ashes": { "ashes": {
"baseline": "2021-06-18", "baseline": "2021-06-18",