-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please revise #67
Comments
What JVM version? Can you include a unit test a file a ticket on JIRA?
Thanks,
Bryan
…On Fri, Jul 14, 2017 at 2:46 AM, Markus Freudenberg < ***@***.***> wrote:
Forwarding the keyset here:
https://github.com/blazegraph/database/blob/master/bigdata-
core/bigdata-rdf/src/java/com/bigdata/bop/rdf/join/
ChunkedMaterializationOp.java#L396
does not go over well with adding something to it here:
https://github.com/blazegraph/database/blob/master/bigdata-
core/bigdata-rdf/src/java/com/bigdata/rdf/lexicon/
LexiconRelation.java#L2743
Which will result in an UnsupportedOperationException, as it does in my
case.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#67>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACdv4KcxKRixbKC_l2_ZZBqwxY3ouCl9ks5sNzjfgaJpZM4OYDAa>
.
|
1: 2: no, but adding all members of unrequestedSidTerms and ivs (the forwarded Set) in a new Set instead of adding all of unrequestedSidTerms into ivs, solved that issue for me. |
See also BLZG-9000. |
Forwarding the keyset here:
https://github.com/blazegraph/database/blob/master/bigdata-core/bigdata-rdf/src/java/com/bigdata/bop/rdf/join/ChunkedMaterializationOp.java#L396
does not go over well with adding something to it here:
https://github.com/blazegraph/database/blob/master/bigdata-core/bigdata-rdf/src/java/com/bigdata/rdf/lexicon/LexiconRelation.java#L2743
Which will result in an UnsupportedOperationException, as it does in my case.
The text was updated successfully, but these errors were encountered: