asterixdb git commit: [NO ISSUE][REPL] Exclude Non-Replicated Datasets From Delta Recovery

2018-02-21 Thread mhubail
Repository: asterixdb Updated Branches: refs/heads/master b82f6dfb8 -> 877a36de4 [NO ISSUE][REPL] Exclude Non-Replicated Datasets From Delta Recovery - user model changes: no - storage format changes: no - interface changes: no Details: - Exclude non-replicated datasets files from delta

[4/8] asterixdb git commit: [ASTERIXDB-2287][SQL] Support SELECT variable.* in SQL++

2018-02-21 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/5cdaa5d6/asterixdb/asterix-app/src/test/resources/runtimets/results/objects/object-add-fields/tiny-social-example/tiny-social-example.4.adm -- diff --git

[6/8] asterixdb git commit: [ASTERIXDB-2287][SQL] Support SELECT variable.* in SQL++

2018-02-21 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/5cdaa5d6/asterixdb/asterix-app/src/test/resources/runtimets/results/objects/get-object-fields/tiny-social-example-no-complex-types/tiny-social-example-no-complex-types.6.adm --

[2/8] asterixdb git commit: [ASTERIXDB-2287][SQL] Support SELECT variable.* in SQL++

2018-02-21 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/5cdaa5d6/asterixdb/asterix-app/src/test/resources/runtimets/results/objects/object-remove-fields/tiny-social-example/tiny-social-example.4.adm -- diff --git

[1/8] asterixdb git commit: [ASTERIXDB-2287][SQL] Support SELECT variable.* in SQL++

2018-02-21 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master dba817c9b -> 5cdaa5d6a http://git-wip-us.apache.org/repos/asf/asterixdb/blob/5cdaa5d6/asterixdb/asterix-lang-sqlpp/src/main/java/org/apache/asterix/lang/sqlpp/rewrites/visitor/GenerateColumnNameVisitor.java

[5/8] asterixdb git commit: [ASTERIXDB-2287][SQL] Support SELECT variable.* in SQL++

2018-02-21 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/5cdaa5d6/asterixdb/asterix-app/src/test/resources/runtimets/results/objects/get-object-fields/tiny-social-example-only-records/tiny-social-example-only-records.6.adm -- diff

[3/8] asterixdb git commit: [ASTERIXDB-2287][SQL] Support SELECT variable.* in SQL++

2018-02-21 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/5cdaa5d6/asterixdb/asterix-app/src/test/resources/runtimets/results/objects/object-merge/tiny-social-example/tiny-social-example.4.adm -- diff --git

asterixdb git commit: [NO ISSUE][RT] Ensure an inverted list cursor.close()

2018-02-21 Thread wangsaeu
Repository: asterixdb Updated Branches: refs/heads/master fa6c95941 -> dba817c9b [NO ISSUE][RT] Ensure an inverted list cursor.close() - user model changes: no - storage format changes: no - interface changes: no details: - Ensure to always execute an inverted list cursor.close().

asterixdb git commit: [NO ISSUE][CLUS] Unify Code Path of Requesting Startup Tasks

2018-02-21 Thread mhubail
Repository: asterixdb Updated Branches: refs/heads/master 877a36de4 -> 278df951a [NO ISSUE][CLUS] Unify Code Path of Requesting Startup Tasks - user model changes: no - storage format changes: no - interface changes: no Details: - Remove special case of requesting startup tasks on NC

asterixdb git commit: [NO ISSUE][TXN] Prevent deadlock in Metadata transactions

2018-02-21 Thread amoudi
Repository: asterixdb Updated Branches: refs/heads/master fdf862eac -> 05365fd06 [NO ISSUE][TXN] Prevent deadlock in Metadata transactions - user model changes: no - storage format changes: no - interface changes: no Details: - Flushes in metadata datasets are triggerred by entity update

asterixdb git commit: [NO ISSUE] Add Invoke.runUninterruptible

2018-02-21 Thread mblow
Repository: asterixdb Updated Branches: refs/heads/master 05365fd06 -> fa6c95941 [NO ISSUE] Add Invoke.runUninterruptible Add helper method to clear interruption and restore around invocation of an action Change-Id: I2f0a5dcb36bfc43168498b9a0a2a4afccedfc4f6 Reviewed-on: