GitHub user alfonsonishikawa opened a pull request:
https://github.com/apache/gora/pull/127
GORA-530 : Reinstated exception throwing in DataStore and Query
https://issues.apache.org/jira/browse/GORA-530
This pull request reinstates exceptions throwing in DataStore and Query.
I updated it to throw `GoraException` at several methods.
Updated tests because I found little inconsistencies after starting
throwing exceptions (tests failing).
Please, review the datastores and comment anything you see along, because I
made the changes and tests pass but I only know HBaseStore. It has been a pain
to change all this in a bulk :package:
Thanks!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alfonsonishikawa/gora GORA-530
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/gora/pull/127.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #127
----
commit b06da5f32ec572c88f7ec5245a4b573c73ae8c22
Author: Alfonso Nishikawa Muñumer <alfonso.nishikawa@...>
Date: 2018-01-18T17:37:09Z
GORA-530 : Reinstated exception throwing in DataStore and Query
----
---