asterixdb git commit: [NO ISSUE] Use enum for Statement.Kind

2018-02-12 Thread mblow
Repository: asterixdb Updated Branches: refs/heads/master 64d49fb6b -> 2f392e855 [NO ISSUE] Use enum for Statement.Kind Change-Id: Iedb1a6fb799165c4375c56e85dd43854514a3aea Reviewed-on: https://asterix-gerrit.ics.uci.edu/2384 Sonar-Qube: Jenkins

asterixdb-bad git commit: [NO ISSUE] Use enum for Statement.Kind

2018-02-12 Thread mblow
Repository: asterixdb-bad Updated Branches: refs/heads/master fdd7ccc9b -> 815a45df6 [NO ISSUE] Use enum for Statement.Kind Change-Id: If3cf2a315dfd6330c06c00a4b9c752db2b2d06fe Project: http://git-wip-us.apache.org/repos/asf/asterixdb-bad/repo Commit:

[6/7] asterixdb git commit: [ASTERIXDB-2204][STO] Fix implementations and usages of IIndexCursor

2018-02-12 Thread amoudi
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/4ff6a36d/hyracks-fullstack/hyracks/hyracks-examples/hyracks-integration-tests/src/test/java/org/apache/hyracks/tests/unit/IIndexCursorTest.java -- diff --git

[4/7] asterixdb git commit: [ASTERIXDB-2204][STO] Fix implementations and usages of IIndexCursor

2018-02-12 Thread amoudi
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/4ff6a36d/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/InMemoryInvertedListCursor.java

[1/7] asterixdb git commit: [ASTERIXDB-2204][STO] Fix implementations and usages of IIndexCursor

2018-02-12 Thread amoudi
Repository: asterixdb Updated Branches: refs/heads/master 2f392e855 -> 4ff6a36d1

[3/7] asterixdb git commit: [ASTERIXDB-2204][STO] Fix implementations and usages of IIndexCursor

2018-02-12 Thread amoudi
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/4ff6a36d/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/src/main/java/org/apache/hyracks/storage/am/lsm/rtree/impls/TreeTupleSorter.java -- diff --git

[5/7] asterixdb git commit: [ASTERIXDB-2204][STO] Fix implementations and usages of IIndexCursor

2018-02-12 Thread amoudi
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/4ff6a36d/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/src/main/java/org/apache/hyracks/storage/am/lsm/btree/impls/LSMBTree.java -- diff --git

asterixdb git commit: [NO ISSUE] Only close the index in the close of the Upsert Operator

2018-02-12 Thread amoudi
Repository: asterixdb Updated Branches: refs/heads/master 4ff6a36d1 -> e19da1fc3 [NO ISSUE] Only close the index in the close of the Upsert Operator - user model changes: no - storage format changes: no - interface changes: no details: - Previously, a failure in the opening of the upsert

[2/7] asterixdb git commit: [ASTERIXDB-2204][STO] Fix implementations and usages of IIndexCursor

2018-02-12 Thread amoudi
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/4ff6a36d/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-btree-test/src/test/java/org/apache/hyracks/storage/am/btree/BTreeSearchCursorTest.java -- diff --git

[7/7] asterixdb git commit: [ASTERIXDB-2204][STO] Fix implementations and usages of IIndexCursor

2018-02-12 Thread amoudi
[ASTERIXDB-2204][STO] Fix implementations and usages of IIndexCursor - user model changes: no - storage format changes: no - interface changes: yes - IIndexCursor.close() is now idempotent and can be called on a closed cursor. - IIndexCursor.destroy() is now idempotent and can be called