[2/2] asterixdb git commit: Fix ASTERIXDB-1875 UDF in SQL++

2017-04-10 Thread xikui
Fix ASTERIXDB-1875 UDF in SQL++ 1. Fix the bug that if a function created with SQLPP, the callExpr in the function body is not normalzied to list input functions. 2. Fix the bug that in SQL++ Query Rewritter, the variables are not expanded before the inline the functions. 3. Add test case fo

[1/2] asterixdb git commit: Fix ASTERIXDB-1875 UDF in SQL++

2017-04-10 Thread xikui
Repository: asterixdb Updated Branches: refs/heads/master ab01c87e5 -> 96fd4026a http://git-wip-us.apache.org/repos/asf/asterixdb/blob/96fd4026/asterixdb/asterix-app/src/test/resources/optimizerts/results/tpcds/query-ASTERIXDB-1591.plan --

[2/3] asterixdb git commit: ASTERIXDB-1877: Tokenizer in FullText Search fix

2017-04-10 Thread wangsaeu
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ab01c87e/asterixdb/asterix-app/data/fulltext/cloudberry_sample_tweet.adm -- diff --git a/asterixdb/asterix-app/data/fulltext/cloudberry_sample_tweet.adm b/asterixdb/asterix-app

[3/3] asterixdb git commit: ASTERIXDB-1877: Tokenizer in FullText Search fix

2017-04-10 Thread wangsaeu
ASTERIXDB-1877: Tokenizer in FullText Search fix - Sets the starting offset of the string correctly before it is used in the tokenizer of FullTextContainsEvaluator. Change-Id: Ic949ccc0cc3e66c489f4c8435672a74c70b7c0e7 Reviewed-on: https://asterix-gerrit.ics.uci.edu/1668 Sonar-Qube: Jenkins I

[1/3] asterixdb git commit: ASTERIXDB-1877: Tokenizer in FullText Search fix

2017-04-10 Thread wangsaeu
Repository: asterixdb Updated Branches: refs/heads/master 90fb051a0 -> ab01c87e5 http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ab01c87e/asterixdb/asterix-app/src/test/resources/runtimets/queries/fulltext/fulltext-08/fulltext-08.1.ddl.aql -

asterixdb git commit: Update the Feed Tutorial

2017-04-10 Thread xikui
Repository: asterixdb Updated Branches: refs/heads/master af5b8876b -> 90fb051a0 Update the Feed Tutorial 1. Updated the Twitter and RSS part to work with the current new feed connection model. 2. Reorganize the feed adapter part and add tutorial for `localfs` and `socket_adapter` feed.