-
Notifications
You must be signed in to change notification settings - Fork 353
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
Some stores don't allow Elements as GetElements input #2421
Milestone
Comments
t92549
added a commit
that referenced
this issue
Sep 16, 2021
t92549
added a commit
that referenced
this issue
Sep 17, 2021
t92549
added a commit
that referenced
this issue
Sep 17, 2021
t92549
added a commit
that referenced
this issue
Sep 17, 2021
t92549
added a commit
that referenced
this issue
Sep 17, 2021
t92549
added a commit
that referenced
this issue
Sep 17, 2021
t92549
added a commit
that referenced
this issue
Sep 17, 2021
t92549
added
bug
Confirmed or suspected bug
map-store
Specific to/touches the map-store module
parquet
and removed
possible-bug
labels
Sep 17, 2021
t92549
changed the title
Inconsistent behaviour between Accumulostore & Mapstore
Some stores don't allow Elements as GetElements input
Sep 17, 2021
p3430233
added a commit
that referenced
this issue
Sep 21, 2021
gh-2421: Change MapStore GetElements to handle Elements
t92549
added a commit
that referenced
this issue
Sep 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(Originally titled: Inconsistent behaviour between Accumulostore & Mapstore)
The GetElements operation in the AccumuloStore (and MockAccumuloStore) seemingly accept input consisting of Edges, but MapStore (and SingleUseMapStore) don't; they insist on them being wrapped as EdgeSeeds. Admittedly the examples in the docs only show EntitySeed/EdgeSeed.
An exploration of this issue also revealed a couple of nullpointerexceptions. See https://github.com/gchq/Gaffer/tree/gh-2421-BugHunt
Further exploration found that this error happened with the Parquet store too
The text was updated successfully, but these errors were encountered: