Skip to content

Conversation

rahulKQL
Copy link
Owner

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

.build()
.toProto(REQUEST_CONTEXT);

Assert.assertEquals(1, result.getFalseMutationsCount());
Copy link

Choose a reason for hiding this comment

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

use static import

.ifEquals(new byte[0])
.qualifier(qualToCheck)
.thenPut(someRandomPut);
Assert.assertTrue(success);
Copy link

Choose a reason for hiding this comment

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

same here

// Put with a empty byte array
put = new Put(rowKey).addColumn(SharedTestEnvRule.COLUMN_FAMILY, qual, value1);
success = checkAndPut(rowKey, SharedTestEnvRule.COLUMN_FAMILY, qual, new byte[0], put);
Assert.assertTrue(success);
Copy link

Choose a reason for hiding this comment

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

same here

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.

3 participants