Skip to content

Commit

Permalink
Corrected malformed JSON in documentation of hive security
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeiser authored and martint committed Oct 3, 2016
1 parent 11470c5 commit ba01e56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions presto-docs/src/main/sphinx/connector/hive-security.rst
Expand Up @@ -444,15 +444,15 @@ See below for an example.
{
"user": "admin",
"schema": ".*",
"owner": true,
"owner": true
},
{
"user": "guest",
"owner": false,
"owner": false
},
{
"schema": "default",
"owner": true,
"owner": true
}
],
"tables": [
Expand Down Expand Up @@ -480,6 +480,6 @@ See below for an example.
"property": "max_split_size",
"allow": true
}
],
]
}

0 comments on commit ba01e56

Please sign in to comment.