[
https://issues.apache.org/jira/browse/RYA-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16444474#comment-16444474
]
ASF GitHub Bot commented on RYA-405:
------------------------------------
Github user kchilton2 commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/291#discussion_r182602289
--- Diff:
extras/indexing/src/main/java/org/apache/rya/indexing/FilterFunctionOptimizer.java
---
@@ -157,18 +156,18 @@ private void buildQuery(final TupleExpr tupleExpr,
final StatementPattern matchS
tupleExpr.visit(fVisitor);
final List<IndexingExpr> results = Lists.newArrayList();
for(int i = 0; i < fVisitor.func.size(); i++){
- results.add(new IndexingExpr(fVisitor.func.get(i),
matchStatement, fVisitor.args.get(i)));
+ results.add(new IndexingExpr(fVisitor.func.get(i),
matchStatement, Arrays.stream(fVisitor.args.get(i)).toArray()));
--- End diff --
This is kind of a weird change.
> Migrate from Sesame to rdf4j libs
> ----------------------------------
>
> Key: RYA-405
> URL: https://issues.apache.org/jira/browse/RYA-405
> Project: Rya
> Issue Type: Improvement
> Affects Versions: 3.2.12
> Reporter: Jorge Machado
> Assignee: Eric White
> Priority: Major
> Fix For: 4.0.0
>
>
> I have migrated all the project to the newer libs from rdf4j instead of using
> the old ones.
> Can someone take a look ?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)