You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by mb...@apache.org on 2016/09/15 15:59:30 UTC

asterixdb git commit: Remove Dup FieldAccessByNameDescriptor.FACTORY Reference

Repository: asterixdb
Updated Branches:
  refs/heads/master be706d59e -> 5375eafd6


Remove Dup FieldAccessByNameDescriptor.FACTORY Reference

Change-Id: I8bbc44a6b474720b7ac59082940c5f55368afef4
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1177
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Yingyi Bu <bu...@gmail.com>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/5375eafd
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/5375eafd
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/5375eafd

Branch: refs/heads/master
Commit: 5375eafd68e213ea5b78f56af7b956a7fa31268b
Parents: be706d5
Author: Michael Blow <mb...@apache.org>
Authored: Thu Sep 15 00:36:28 2016 -0400
Committer: Michael Blow <mb...@apache.org>
Committed: Thu Sep 15 08:58:59 2016 -0700

----------------------------------------------------------------------
 .../java/org/apache/asterix/translator/util/FunctionCollection.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/5375eafd/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/translator/util/FunctionCollection.java
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/translator/util/FunctionCollection.java b/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/translator/util/FunctionCollection.java
index 09cb856..2482121 100644
--- a/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/translator/util/FunctionCollection.java
+++ b/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/translator/util/FunctionCollection.java
@@ -592,7 +592,6 @@ public class FunctionCollection {
         // Record functions.
         functionsToInjectUnkownHandling.add(GetRecordFieldsDescriptor.FACTORY);
         functionsToInjectUnkownHandling.add(GetRecordFieldValueDescriptor.FACTORY);
-        functionsToInjectUnkownHandling.add(FieldAccessByNameDescriptor.FACTORY);
         functionsToInjectUnkownHandling.add(DeepEqualityDescriptor.FACTORY);
         functionsToInjectUnkownHandling.add(RecordMergeDescriptor.FACTORY);
         functionsToInjectUnkownHandling.add(RecordAddFieldsDescriptor.FACTORY);