[
https://issues.apache.org/jira/browse/GORA-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13613745#comment-13613745
]
Keith Turner commented on GORA-216:
-----------------------------------
bq. return a Persistent instance whenever the row exists and return null when
the row does not exists.
So this is a change in behavior from previously released version of Gora? If
so I think its tricky for users, if they write their code expecting a certain
behavior and then the behavior changes while the interface stays the same.
Also, its more expensive to do this. In the case of Accumulo the table scan
returns nothing because it was filtered on a nonexistant column. So every time
I get nothing back for a scan I would need to do a second scan with no column
filtering to see if the row exist. Or I always do the first scan w/ no column
filtering. Is it the same w/ HBase?
> Verify storage and retrieval of Avro null-single- type Union data within
> Gora-Accumulo
> --------------------------------------------------------------------------------------
>
> Key: GORA-216
> URL: https://issues.apache.org/jira/browse/GORA-216
> Project: Apache Gora
> Issue Type: Sub-task
> Components: storage-accumulo
> Affects Versions: 0.3
> Reporter: Lewis John McGibbney
> Fix For: 0.3
>
> Attachments: GORA-216.patch
>
>
> We also need to make sure that we cover the use case for Accumulo.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira