Ali Alsuliman has posted comments on this change.

Change subject: [NO ISSUE][FUN] Implement array functions p2
......................................................................


Patch Set 12:

(1 comment)

https://asterix-gerrit.ics.uci.edu/#/c/2756/12/asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/functions/AbstractArrayProcessEval.java
File 
asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/functions/AbstractArrayProcessEval.java:

PS12, Line 89: if (!inputListType.getTypeTag().isListType()) {
             :             ATypeTag itemType = listAccessor.getItemType();
             :             if (listAccessor.getListType() == ATypeTag.ARRAY) {
             :                 inputListType = new 
AOrderedListType(TypeTagUtil.getBuiltinTypeByTag(itemType), null);
             :             } else {
             :                 inputListType = new 
AUnorderedListType(TypeTagUtil.getBuiltinTypeByTag(itemType), null);
             :             }
             :         }
             :         listBuilder.reset((AbstractCollectionType) 
inputListType);
Need to look at this.


-- 
To view, visit https://asterix-gerrit.ics.uci.edu/2756
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I5e9c4ff6400b7fe93ca2aab0234750dc78f50659
Gerrit-PatchSet: 12
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Ali Alsuliman <ali.al.solai...@gmail.com>
Gerrit-Reviewer: Ali Alsuliman <ali.al.solai...@gmail.com>
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Dmitry Lychagin <dmitry.lycha...@couchbase.com>
Gerrit-Reviewer: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>
Gerrit-Reviewer: abdullah alamoudi <bamou...@gmail.com>
Gerrit-HasComments: Yes

Reply via email to