asterixdb git commit: [ASTERIXDB-2009][RT] Improve error reporting in MultiplexedConnection

2017-08-01 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master 18b8323ee -> 543a4bb72 [ASTERIXDB-2009][RT] Improve error reporting in MultiplexedConnection - user model changes: no - storage format changes: no - interface changes: no Details: - retain cause exception and ip address when raising

[1/2] asterixdb git commit: [ASTERIXDB-1980][FUNC] Cleanup FunctionManager lifecycle

2017-07-11 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master c80f53b6d -> e762ddfd8 http://git-wip-us.apache.org/repos/asf/asterixdb/blob/e762ddfd/asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/functions/FunctionCollection.java

[2/2] asterixdb git commit: [ASTERIXDB-1980][FUNC] Cleanup FunctionManager lifecycle

2017-07-11 Thread dlych
[ASTERIXDB-1980][FUNC] Cleanup FunctionManager lifecycle - user model changes: no - storage format changes: no - interface changes: yes Details: - Moved FunctionCollection from asterix-algebra/org.apache.asterix.translator.util to asterix-runtime/org.apache.asterix.runtime.functions -

asterixdb git commit: [ASTERIXDB-1959][COMP] Fixed wrong result with non-enforced index

2017-07-11 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master e762ddfd8 -> 443e2dd2a [ASTERIXDB-1959][COMP] Fixed wrong result with non-enforced index - user model changes: no - storage format changes: no - interface changes: no Details: - Fixed issue when data is not inserted into a

[1/2] asterixdb git commit: [ASTERIXDB-1976][FUN] Invoke code generation from asterix-runtime module

2017-07-06 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master 5ae0c1ffd -> 274f29671 http://git-wip-us.apache.org/repos/asf/asterixdb/blob/274f2967/asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/staticcodegen/CodeGenUtil.java

[1/7] asterixdb git commit: [ASTERIXDB-2078][SQL] DISTINCT modifier for aggregate functions

2017-09-19 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master e66346a34 -> 7a4b5681f

[3/7] asterixdb git commit: [ASTERIXDB-2078][SQL] DISTINCT modifier for aggregate functions

2017-09-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7a4b5681/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/temp-dataset/q01_pricing_summary_report_nt/q01_pricing_summary_report_nt.3.ast -- diff --git

[6/7] asterixdb git commit: [ASTERIXDB-2078][SQL] DISTINCT modifier for aggregate functions

2017-09-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7a4b5681/asterixdb/asterix-app/src/test/resources/runtimets/results/aggregate-sql/count_distinct/count_distinct.1.adm -- diff --git

[2/7] asterixdb git commit: [ASTERIXDB-2078][SQL] DISTINCT modifier for aggregate functions

2017-09-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7a4b5681/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/tpch/q17_large_gby_variant/q17_large_gby_variant.3.ast -- diff --git

[7/7] asterixdb git commit: [ASTERIXDB-2078][SQL] DISTINCT modifier for aggregate functions

2017-09-19 Thread dlych
[ASTERIXDB-2078][SQL] DISTINCT modifier for aggregate functions - user model changes: yes - storage format changes: no - interface changes: no Details: - Adds support for DISTINCT modifier in aggregate functions: AGG(DISTINCT expr), ARRAY_AGG(DISTINCT expr), COLL_AGG(DISTINCT expr) where

[5/7] asterixdb git commit: [ASTERIXDB-2078][SQL] DISTINCT modifier for aggregate functions

2017-09-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7a4b5681/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/aggregate-sql/sum_empty_02/sum_empty_02.3.ast -- diff --git

[4/7] asterixdb git commit: [ASTERIXDB-2078][SQL] DISTINCT modifier for aggregate functions

2017-09-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7a4b5681/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/aggregate/sum_empty_02/sum_empty_02.3.ast -- diff --git

asterixdb git commit: [ASTERIXDB-2051][COMP] Fix PushSubplanIntoGroupByRule for complex cases.

2017-09-08 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master a5b37d678 -> 342bd342e [ASTERIXDB-2051][COMP] Fix PushSubplanIntoGroupByRule for complex cases. - user model changes: no - storage format changes: no - interface changes: no Details: - re-implement PushSubplanIntoGroupByRule and let

[1/3] asterixdb git commit: [ASTERIXDB-2015][IDX] Introduce Secondary Primary Index

2017-09-25 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master fd9c6020d -> 8351d2531 http://git-wip-us.apache.org/repos/asf/asterixdb/blob/8351d253/asterixdb/asterix-metadata/src/main/java/org/apache/asterix/metadata/utils/SecondaryBTreeOperationsHelper.java

[3/3] asterixdb git commit: [ASTERIXDB-2015][IDX] Introduce Secondary Primary Index

2017-09-25 Thread dlych
[ASTERIXDB-2015][IDX] Introduce Secondary Primary Index - user model changes: yes. CREATE PRIMARY INDEX - storage format changes: no - interface changes: no details: - enable the creation of secondary primary indexes storing only PKs - change the grammar to allow the creation of secondary

[2/3] asterixdb git commit: [ASTERIXDB-2015][IDX] Introduce Secondary Primary Index

2017-09-25 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/8351d253/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/index/validations/keys-same-as-pk-in-same-order.2.ddl.sqlpp -- diff --git

asterixdb git commit: [ASTERIXDB-2105][COMP] Support broadcast join hint with multiple predicates

2017-09-25 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master 9ee6f2d7c -> 88b154dfd [ASTERIXDB-2105][COMP] Support broadcast join hint with multiple predicates - user model changes: no - storage format changes: no - interface changes: no Details: - Broadcast hint now works if join condition has

[2/2] asterixdb git commit: [ASTERIXDB-2174][COMP] Improve partitioning propagation in GroupBy

2017-11-28 Thread dlych
[ASTERIXDB-2174][COMP] Improve partitioning propagation in GroupBy - user model changes: no - storage format changes: no - interface changes: no Details: - Improve partitioning property computation in AbstractPreclusteredGroupByPOperator If "gby v1 as v2" and input partitioned on (v1) then

[1/2] asterixdb git commit: [ASTERIXDB-2174][COMP] Improve partitioning propagation in GroupBy

2017-11-28 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master ed4693812 -> dc7e68a02 http://git-wip-us.apache.org/repos/asf/asterixdb/blob/dc7e68a0/asterixdb/asterix-app/src/test/resources/optimizerts/results/tpcds/query-ASTERIXDB-1581.plan

[02/10] asterixdb git commit: [ASTERIXDB-2170][SQL] Fix resolution order of implicit field access

2017-12-15 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ef1719e3/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/tpch/q17_large_gby_variant/q17_large_gby_variant.3.ast -- diff --git

[10/10] asterixdb git commit: [ASTERIXDB-2170][SQL] Fix resolution order of implicit field access

2017-12-15 Thread dlych
[ASTERIXDB-2170][SQL] Fix resolution order of implicit field access - user model changes: yes - storage format changes: no - interface changes: no Details: - Improved name resolution rules - Resolve field access to the nearest variable in scope instead of raising compile-time error - Do not

[03/10] asterixdb git commit: [ASTERIXDB-2170][SQL] Fix resolution order of implicit field access

2017-12-15 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ef1719e3/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/fuzzyjoin/dblp-csx-3_5.4.1/dblp-csx-3_5.3.ast -- diff --git

[09/10] asterixdb git commit: [ASTERIXDB-2170][SQL] Fix resolution order of implicit field access

2017-12-15 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ef1719e3/asterixdb/asterix-app/src/test/resources/optimizerts/results/open-index-non-enforced/btree-equi-join-non-enforced/btree-equi-join-non-enforced-08.plan -- diff --git

[08/10] asterixdb git commit: [ASTERIXDB-2170][SQL] Fix resolution order of implicit field access

2017-12-15 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ef1719e3/asterixdb/asterix-app/src/test/resources/optimizerts/results/tpcds/query-ASTERIXDB-1581.plan -- diff --git

[01/10] asterixdb git commit: [ASTERIXDB-2170][SQL] Fix resolution order of implicit field access

2017-12-15 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master ed5030807 -> ef1719e3e http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ef1719e3/asterixdb/asterix-lang-sqlpp/src/main/java/org/apache/asterix/lang/sqlpp/rewrites/visitor/SqlppGroupByVisitor.java

[04/10] asterixdb git commit: [ASTERIXDB-2170][SQL] Fix resolution order of implicit field access

2017-12-15 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ef1719e3/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/fuzzyjoin/dblp-csx-2_4/dblp-csx-2_4.3.ast -- diff --git

[12/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/rtree-secondary-index.ast -- diff --git

[09/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/dml/scan-delete-btree-secondary-index-open/scan-delete-btree-secondary-index-open.5.ast -- diff

[22/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
[ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions - user model changes: yes - storage format changes: no - interface changes: no Details: - When compiling user-defined function set default dataverse to be the function's dataverse to correclty resolve dataset accesses within that

[21/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/btree-index-join/leftouterjoin-probe-pidx-with-join-btree-sidx_01.ast -- diff --git

[17/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/nested-index/inverted-index-basic/ngram-fuzzyeq-jaccard.ast -- diff --git

[04/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/open-index-enforced/external-indexing/rtree-index/rtree-index.3.ast -- diff --git

[05/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/nested-index/index-selection/range-search-open/range-search-open.4.ast -- diff --git

[15/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/nested-open-index/inverted-index-join/ngram-edit-distance_02.ast -- diff --git

[13/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/open-index-enforced/inverted-index-join/ngram-jaccard-check_03.ast -- diff --git

[20/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/btree-index/btree-secondary-62.ast -- diff --git

[10/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/aggregate/sum_int32_null/sum_int32_null.3.ast -- diff --git

[14/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/open-index-enforced/btree-index/btree-secondary-39.ast -- diff --git

[11/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/nested-index/index-selection/inverted-index-ngram-edit-distance-contains/inverted-index-ngram-edit-distance-contains.2.update.sqlpp

[08/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/fuzzyjoin/dblp-csx-2_1/dblp-csx-2_1.3.ast -- diff --git

[02/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/tpch-sql-like/q21_suppliers_who_kept_orders_waiting/q21_suppliers_who_kept_orders_waiting.3.ast

[01/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master bebe109bf -> 66d13f7b0

[18/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/nested-index/btree-index-join/primary-composite-key-join_02.ast -- diff --git

[07/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/index-leftouterjoin/probe-pidx-with-join-invidx-sidx2/probe-pidx-with-join-invidx-sidx2.3.ast

[06/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/misc/nested-loop-join_01/nested-loop-join_01.3.ast -- diff --git

[03/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/string/toLowerCase03/toLowerCase03.3.ast -- diff --git

[19/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/inverted-index-join/ngram-edit-distance-check_02.ast -- diff --git

[16/22] asterixdb git commit: [ASTERIXDB-2193][SQLPP] Fix dataverse resolution in functions

2017-12-19 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/66d13f7b/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/nested-open-index/btree-index-join/secondary-composite-key-prefix-join_03.ast -- diff --git

asterixdb git commit: [ASTERIXDB-1871][ASTERIXDB-2095] Stop Consumer Thread on Deallocate

2017-11-10 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master 39390edc9 -> c90f1e38a [ASTERIXDB-1871][ASTERIXDB-2095] Stop Consumer Thread on Deallocate - user model changes: no - storage format changes: no - interface changes: no Details: - Currently there is a chance that a

asterixdb git commit: [NO ISSUE][SQL] Fix token name typo in SQL++ parser

2017-11-10 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master c90f1e38a -> 8b6578add [NO ISSUE][SQL] Fix token name typo in SQL++ parser - user model changes: no - storage format changes: no - interface change: no Details: - Fixed token name typo in SQL++ parser Change-Id:

asterixdb git commit: [NO ISSUE][COMP] Expression cleanup

2017-11-20 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master fae8224e2 -> f9fe6dda8 [NO ISSUE][COMP] Expression cleanup - user model changes: no - storage format changes: no - interface changes: no Details: - Remove unused IndependentSubquery expression - Make all expressions extend

[3/3] asterixdb git commit: [ASTERIXDB-2154][COMP] Extensible built-in function management

2017-11-04 Thread dlych
[ASTERIXDB-2154][COMP] Extensible built-in function management - user model changes: no - storage format changes: no - interface changes: yes Details: - Support for augmenting built-in functions in ILangExtension - Move function type inferers from NonTaggedDataFormat to FunctionTypeInferers,

[1/3] asterixdb git commit: [ASTERIXDB-2154][COMP] Extensible built-in function management

2017-11-04 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master 52e5134d1 -> 76d24d490 http://git-wip-us.apache.org/repos/asf/asterixdb/blob/76d24d49/asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/functions/FunctionCollection.java

[2/3] asterixdb git commit: [ASTERIXDB-2154][COMP] Extensible built-in function management

2017-11-04 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/76d24d49/asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/AbstractScalarAggregateDescriptor.java -- diff --git

[03/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/tpch-sql-like/q10_returned_item_int64/q10_returned_item_int64.3.ast -- diff --git

[23/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/optimizer/rules/IntroduceSecondaryIndexInsertDeleteRule.java -- diff --git

[15/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/open-index-enforced/inverted-index-join/ngram-edit-distance-check_01.ast -- diff --git

[08/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/inverted-index-join/ngram-edit-distance-inline/ngram-edit-distance-inline.4.ast -- diff --git

[04/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/temp-dataset/delete-from-loaded-dataset/delete-from-loaded-dataset.3.ast -- diff --git

[21/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/inverted-index-join-noeqjoin/olist-edit-distance.ast -- diff --git

[19/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/nested-index/btree-index/btree-secondary-44.ast -- diff --git

[12/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/cross-dataverse/cross-dv01/cross-dv01.3.ast -- diff --git

[18/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/nested-index/inverted-index-join/ulist-jaccard-inline.ast -- diff --git

[10/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/fuzzyjoin/dblp-3_1.2/dblp-3_1.3.ast -- diff --git

[09/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/fuzzyjoin/dblp-csx-3_5.4/dblp-csx-3_5.3.ast -- diff --git

[02/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/tpch/query-issue638/query-issue638.3.ast -- diff --git

[05/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/open-index-enforced/index-join/ngram-jaccard/ngram-jaccard.4.ast -- diff --git

[07/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/nested-index/index-join/ngram-jaccard/ngram-jaccard.4.ast -- diff --git

[17/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/nested-open-index/inverted-index-basic/word-jaccard.ast -- diff --git

[16/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/open-index-enforced/btree-index-join/leftouterjoin-probe-pidx-with-join-btree-sidx_02_1.ast

[06/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/nested-open-index/index-selection/range-search/range-search.4.ast -- diff --git

[24/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
[NO ISSUE][COMP] Function references cleanup - user model changes: no - storage format changes: no - interface change: no Details: cleanup function references - Use function identifiers when referring to built-in functions - Use OperatorType enum when referring to operators - Add

[11/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/runtimets/results_parser_sqlpp/dml/query-issue433/query-issue433.3.ast -- diff --git

[20/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/inverted-index-join/word-jaccard-check_03.ast -- diff --git

[13/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/parserts/results_parser_sqlpp/5.ast -- diff --git

[22/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/btree-index/btree-secondary-43.ast -- diff --git

[01/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master 63645130f -> 7c53fcf40 http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-lang-sqlpp/src/main/java/org/apache/asterix/lang/sqlpp/rewrites/visitor/VariableCheckAndRewriteVisitor.java

[14/24] asterixdb git commit: [NO ISSUE][COMP] Function references cleanup

2017-11-08 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7c53fcf4/asterixdb/asterix-app/src/test/resources/optimizerts/results_parser_sqlpp/q08_group_by.ast -- diff --git

asterixdb git commit: [ASTERIXDB-2015][IDX] Introduce Primary Index Optimization Rule

2017-11-07 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master ece421b4f -> 2031eda50 [ASTERIXDB-2015][IDX] Introduce Primary Index Optimization Rule - user model changes: no - storage format changes: no - interface changes: no details: This is the optimization rule that will optimize aggregation

asterixdb git commit: [NO ISSUE][COMP][DOC] Distinct aggregates cleanup, documentation

2017-10-30 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master 9e8f3bfa3 -> 5bd23630c [NO ISSUE][COMP][DOC] Distinct aggregates cleanup, documentation - user model changes: no - storage format changes: no - interface changes: no Details: - changed SqlppDistinctAggregationSugarVisitor superclass

[2/2] asterixdb git commit: [ASTERIXDB-2344] LIMIT pushdown for primary index

2018-05-04 Thread dlych
[ASTERIXDB-2344] LIMIT pushdown for primary index - user model changes: no - storage format changes: no - interface changes: no Details: -Implement LIMIT pushdown for primary index scan/lookup. In case of a select operator, we also push the select condition to the priamry search operator to

[1/2] asterixdb git commit: [ASTERIXDB-2344] LIMIT pushdown for primary index

2018-05-04 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master 23e1a700d -> ccb16541c http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ccb16541/asterixdb/asterix-metadata/src/main/java/org/apache/asterix/metadata/declared/MetadataProvider.java

[17/24] asterixdb git commit: [ASTERIXDB-2393][COMP][RT] Add source location to error messages

2018-05-30 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ee54cc02/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/objects/ObjectsQueries.xml -- diff --git

[18/24] asterixdb git commit: [ASTERIXDB-2393][COMP][RT] Add source location to error messages

2018-05-30 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ee54cc02/asterixdb/asterix-app/src/main/java/org/apache/asterix/app/translator/QueryTranslator.java -- diff --git

[20/24] asterixdb git commit: [ASTERIXDB-2393][COMP][RT] Add source location to error messages

2018-05-30 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ee54cc02/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/translator/LangExpressionToPlanTranslator.java -- diff --git

[12/24] asterixdb git commit: [ASTERIXDB-2393][COMP][RT] Add source location to error messages

2018-05-30 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ee54cc02/asterixdb/asterix-metadata/src/main/java/org/apache/asterix/metadata/utils/IndexUtil.java -- diff --git

[24/24] asterixdb git commit: [ASTERIXDB-2393][COMP][RT] Add source location to error messages

2018-05-30 Thread dlych
[ASTERIXDB-2393][COMP][RT] Add source location to error messages - user model changes: no - storage format changes: no - interface changes: no Details: - Add source locations to compiler and runtime error messages - Add source location enforcement to the test framework and enable it for

[22/24] asterixdb git commit: [ASTERIXDB-2393][COMP][RT] Add source location to error messages

2018-05-30 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ee54cc02/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/optimizer/rules/PushFieldAccessRule.java -- diff --git

[13/24] asterixdb git commit: [ASTERIXDB-2393][COMP][RT] Add source location to error messages

2018-05-30 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ee54cc02/asterixdb/asterix-lang-sqlpp/src/main/javacc/SQLPP.jj -- diff --git a/asterixdb/asterix-lang-sqlpp/src/main/javacc/SQLPP.jj

[15/24] asterixdb git commit: [ASTERIXDB-2393][COMP][RT] Add source location to error messages

2018-05-30 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ee54cc02/asterixdb/asterix-lang-common/src/main/java/org/apache/asterix/lang/common/visitor/CloneAndSubstituteVariablesVisitor.java -- diff --git

[11/24] asterixdb git commit: [ASTERIXDB-2393][COMP][RT] Add source location to error messages

2018-05-30 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ee54cc02/asterixdb/asterix-om/src/main/java/org/apache/asterix/om/typecomputer/impl/FullTextContainsResultTypeComputer.java -- diff --git

[21/24] asterixdb git commit: [ASTERIXDB-2393][COMP][RT] Add source location to error messages

2018-05-30 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ee54cc02/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/optimizer/rules/am/InvertedIndexAccessMethod.java -- diff --git

[04/24] asterixdb git commit: [ASTERIXDB-2393][COMP][RT] Add source location to error messages

2018-05-30 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ee54cc02/asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/functions/temporal/GetOverlappingIntervalDescriptor.java -- diff --git

[06/24] asterixdb git commit: [ASTERIXDB-2393][COMP][RT] Add source location to error messages

2018-05-30 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ee54cc02/asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/functions/NumericPowerDescriptor.java -- diff --git

[14/24] asterixdb git commit: [ASTERIXDB-2393][COMP][RT] Add source location to error messages

2018-05-30 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ee54cc02/asterixdb/asterix-lang-sqlpp/src/main/java/org/apache/asterix/lang/sqlpp/visitor/SqlppCloneAndSubstituteVariablesVisitor.java -- diff --git

[19/24] asterixdb git commit: [ASTERIXDB-2393][COMP][RT] Add source location to error messages

2018-05-30 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ee54cc02/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/translator/SqlppExpressionToPlanTranslator.java -- diff --git

[01/24] asterixdb git commit: [ASTERIXDB-2393][COMP][RT] Add source location to error messages

2018-05-30 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master 1102ed587 -> ee54cc025 http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ee54cc02/hyracks-fullstack/algebricks/algebricks-runtime/src/main/java/org/apache/hyracks/algebricks/runtime/operators/std/SinkWriterRuntimeFactory.java

[23/24] asterixdb git commit: [ASTERIXDB-2393][COMP][RT] Add source location to error messages

2018-05-30 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ee54cc02/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/optimizer/rules/FullTextContainsParameterCheckRule.java -- diff --git

[07/24] asterixdb git commit: [ASTERIXDB-2393][COMP][RT] Add source location to error messages

2018-05-30 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ee54cc02/asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/functions/AbstractBinaryStringBoolEval.java -- diff --git

[10/24] asterixdb git commit: [ASTERIXDB-2393][COMP][RT] Add source location to error messages

2018-05-30 Thread dlych
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ee54cc02/asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/serializable/std/AbstractSerializableAvgAggregateFunction.java -- diff --git

  1   2   3   4   5   6   7   >