Skip to content

cassandra passing a few basic ITs#1008

Merged
rfecher merged 1 commit intocasanamo-masterfrom
cass-it-merge
Jan 25, 2017
Merged

cassandra passing a few basic ITs#1008
rfecher merged 1 commit intocasanamo-masterfrom
cass-it-merge

Conversation

@rfecher
Copy link
Copy Markdown
Contributor

@rfecher rfecher commented Jan 24, 2017

No description provided.

final ScanCallback<T, R> scanCallback ) {
final byte[] dataId = row.getDataId();
final byte[] adapterId = row.getAdapterId();
final GeowaveRowId rowId = new GeowaveRowId(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The params for this rowId appear to be in the wrong order. It's passing index, dataId, adapterId, but the constructor is defined as dataId, adapterId, index.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't recall exactly why I changed the constructor, probably to be more consistent with the order they are combined in a row key, but the constructor changed to match this change.

@rfecher rfecher merged commit 5bbb08f into casanamo-master Jan 25, 2017
@rfecher rfecher deleted the cass-it-merge branch January 25, 2017 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants