Taewoo Kim has posted comments on this change.

Change subject: Applied the multiway fuzzyjoin based on the prefix-based join 
and the selectFuzzyJoin testCases.
......................................................................


Patch Set 43:

(2 comments)

https://asterix-gerrit.ics.uci.edu/#/c/1076/43/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/compiler/provider/DefaultRuleSetFactory.java
File 
asterixdb/asterix-algebra/src/main/java/org/apache/asterix/compiler/provider/DefaultRuleSetFactory.java:

Line 49:         SequentialOnceRuleController seqOnceCtrl = new 
SequentialOnceRuleController(true);
Add one more line:

        SequentialFirstRuleCheckFixpointRuleController seqFirstCheckCtrlFullDfs 
= new SequentialFirstRuleCheckFixpointRuleController(true);


Line 57:         defaultLogicalRewrites.add(new Pair<>(seqCtrlFullDfs, 
RuleCollections.buildFuzzyJoinRuleCollection()));
Change this line to:

        defaultLogicalRewrites.add(new Pair<>(seqFirstCheckCtrlFullDfs, 
RuleCollections.buildFuzzyJoinRuleCollection()));


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I8736f104905eeda763d39709e002c2b9629278cc
Gerrit-PatchSet: 43
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Wenhai Li <lwhaym...@yahoo.com>
Gerrit-Reviewer: Chen Li <che...@gmail.com>
Gerrit-Reviewer: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Taewoo Kim <wangs...@yahoo.com>
Gerrit-Reviewer: Wenhai Li <lwhaym...@yahoo.com>
Gerrit-HasComments: Yes

Reply via email to