Github user gerhardgossen commented on the pull request:
https://github.com/apache/gora/pull/23#issuecomment-93669368
This actually seems to be a bigger problem: As no mapping for the fields is
found, the query passed to `deleteByQuery` will have no fields set. This means
that **the entire row is removed even though we just wanted to remove a single
CF** :boom:. I have created a [test
case](https://github.com/gerhardgossen/gora-419) to demonstrate this. The test
case is set up for Gora 0.5, because I couldn't get Nutch working on 0.6 yet.
This code in AccumuloStore did not change between the releases, so it should
still apply. Can anyone else try to reproduce it 0.6?
Is it possible to create a bugfix relase including this patch for 0.5,
because Nutch does not support 0.6 yet (see NUTCH-1946).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---