This is an automated email from the ASF dual-hosted git repository.
mblow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git
from 4a834bae32 Merge branch 'gerrit/trinity' into 'master'
new d0c631087b [NO ISSUE][MTD] Add metadata API to get metadata entities
as JSON
new edf9e46988 Merge branch 'gerrit/trinity' into 'master'
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/asterix/metadata/MetadataManager.java | 12 +++++
.../org/apache/asterix/metadata/MetadataNode.java | 58 ++++++++++++++++++++++
.../asterix/metadata/api/IMetadataManager.java | 16 ++++++
.../apache/asterix/metadata/api/IMetadataNode.java | 17 +++++++
.../java/org/apache/hyracks/util/JSONUtil.java | 4 ++
5 files changed, 107 insertions(+)