[
https://issues.apache.org/jira/browse/RYA-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15800056#comment-15800056
]
ASF GitHub Bot commented on RYA-83:
-----------------------------------
Github user johns0806 commented on the issue:
https://github.com/apache/incubator-rya/pull/136
Tests added.
On Wed, Jan 4, 2017 at 3:41 PM, pujav65 <[email protected]> wrote:
> Looks good. Can you either add a test or add a Jira ticket to add a test
> for the new class? Once you've done that, I'll be ok with merging (as long
> as no one cares that we now allow full table scans).
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/apache/incubator-rya/pull/136#issuecomment-270520072>,
> or mute the thread
>
<https://github.com/notifications/unsubscribe-auth/AXb-TL4eX-qbm0wF0J3vOXGZ6MTm-yioks5rPC5AgaJpZM4LbK5t>
> .
>
> select * where { s? p? o? } query crashed
> -----------------------------------------
>
> Key: RYA-83
> URL: https://issues.apache.org/jira/browse/RYA-83
> Project: Rya
> Issue Type: Bug
> Environment: Accumulo 1.6.5 installed on EMR 4.6.0 (Hadoop 2.6.0)
> Reporter: Kiet Ly
> Assignee: David W. Lotts
>
> I ran this query using REST
> http://10.162.96.61:8000/web.rya/queryrdf?query=select * where { ?s ?p ?o }
> and it crashed. I just want to see the triples that I had inserted. I ran the
> query against the RYA I built from develop branch with accumulo 1.6.5.
> The error indicate this query is not supported, "select * where { ?s ?p ?o
> }".
> {code}
> java.lang.IllegalArgumentException: TriplePattern[RyaStatement{subject=null,
> predicate=null, object=null, context=null, qualifier=null,
> columnVisibility=null, value=null, timestamp=1465307441120}] not supported
>
> mvm.rya.accumulo.query.AccumuloRyaQueryEngine.queryWithBindingSet(AccumuloRyaQueryEngine.java:142)
>
> mvm.rya.accumulo.query.AccumuloRyaQueryEngine.queryWithBindingSet(AccumuloRyaQueryEngine.java:81)
> mvm.rya.api.persist.utils.RyaDAOHelper.query(RyaDAOHelper.java:122)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)