abdullah alamoudi has posted comments on this change. Change subject: Fix Indexing on Open fields and Meta fields ......................................................................
Patch Set 6: (2 comments) https://asterix-gerrit.ics.uci.edu/#/c/930/6/asterixdb/asterix-app/src/main/java/org/apache/asterix/app/external/ExternalIndexingOperations.java File asterixdb/asterix-app/src/main/java/org/apache/asterix/app/external/ExternalIndexingOperations.java: Line 109: public static final List<List<String>> FILE_INDEX_FIELD_NAMES = Collections > CRITICAL SonarQube violation: This is a false positive. reading through description, Sonar was complaining because this is a mutable field. It is not anymore. Line 111: public static final List<IAType> FILE_INDEX_FIELD_TYPES = Collections.singletonList(BuiltinType.ASTRING); > CRITICAL SonarQube violation: This is a false positive. reading through description, Sonar was complaining because this is a mutable field. It is not anymore. -- To view, visit https://asterix-gerrit.ics.uci.edu/930 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6195149940f150250a65f2515e9ac9d6de2a33f9 Gerrit-PatchSet: 6 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: abdullah alamoudi <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Yingyi Bu <[email protected]> Gerrit-Reviewer: Yingyi Bu <[email protected]> Gerrit-Reviewer: abdullah alamoudi <[email protected]> Gerrit-HasComments: Yes
