You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Yingyi Bu (Code Review)" <do...@asterixdb.incubator.apache.org> on 2015/11/24 19:11:54 UTC

Change in asterixdb[master]: This change includes the following fixes:

Hello Jenkins,

I'd like you to reexamine a change.  Please visit

    https://asterix-gerrit.ics.uci.edu/325

to look at the new patch set (#18).

Change subject: This change includes the following fixes:
......................................................................

This change includes the following fixes:

ASTERIXDB-1194: Fix pregelix statement to be able to cross two different dataverses.
ASTERIXDB-1195: Adds ioDeviceId into the returned result of ConnectorAPIServlet;
                Adds whether dataset is temp into the JSON response of ConnectorAPIServlet.
ASTERIXDB-1197: Adds record type name into a recrod type's JSON serialization format.
ASTERIXDB-1196: Fix index creations (both primary and secondary) for temporary datasets.

Change-Id: I7d167b64bf9ec754182b5b2fe44dfc7e5908c686
---
M asterix-app/src/main/java/org/apache/asterix/api/common/AsterixHyracksIntegrationUtil.java
M asterix-app/src/main/java/org/apache/asterix/api/http/servlet/ConnectorAPIServlet.java
M asterix-app/src/main/java/org/apache/asterix/api/http/servlet/UpdateAPIServlet.java
M asterix-app/src/main/java/org/apache/asterix/aql/translator/QueryTranslator.java
M asterix-app/src/main/java/org/apache/asterix/file/DatasetOperations.java
M asterix-app/src/main/java/org/apache/asterix/file/IndexOperations.java
M asterix-app/src/main/java/org/apache/asterix/file/SecondaryBTreeOperationsHelper.java
A asterix-app/src/main/java/org/apache/asterix/util/FlushDatasetUtils.java
A asterix-app/src/main/java/org/apache/asterix/util/JobUtils.java
M asterix-app/src/main/resources/asterix-build-configuration.xml
M asterix-app/src/test/java/org/apache/asterix/api/http/servlet/ConnectorAPIServletTest.java
A asterix-app/src/test/java/org/apache/asterix/aql/translator/QueryTranslatorTest.java
M asterix-common/src/main/java/org/apache/asterix/common/config/AsterixCompilerProperties.java
M asterix-installer/src/main/resources/conf/asterix-configuration.xml
M asterix-metadata/src/main/java/org/apache/asterix/metadata/utils/MetadataLockManager.java
M asterix-om/src/main/java/org/apache/asterix/om/types/ARecordType.java
M asterix-om/src/main/java/org/apache/asterix/om/util/JSONDeserializerForTypes.java
M asterix-tools/pom.xml
M asterix-yarn/src/main/resources/base-asterix-configuration.xml
M asterix-yarn/src/main/resources/configs/base-asterix-configuration.xml
20 files changed, 558 insertions(+), 316 deletions(-)


  git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/25/325/18
-- 
To view, visit https://asterix-gerrit.ics.uci.edu/325
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I7d167b64bf9ec754182b5b2fe44dfc7e5908c686
Gerrit-PatchSet: 18
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Yingyi Bu <bu...@gmail.com>
Gerrit-Reviewer: Ian Maxon <im...@apache.org>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Jianfeng Jia <ji...@gmail.com>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>
Gerrit-Reviewer: Yingyi Bu <bu...@gmail.com>