Skip to content
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

Address puts failing with non-encoded column names. Add test that asserts this. #63

Merged
merged 9 commits into from Feb 1, 2019

Conversation

crwilcox
Copy link
Contributor

@crwilcox crwilcox commented Jan 25, 2019

This corrects behavior in 0.32.1 to match 0.31.0. A case was introduced that threw errors to user when a non-encoded column name was used.

Also, adding noxfile. Running the system tests using the method used in tox wasn't actually failing here. @busunkim96 in a separate pr is working on kokoro. I can drop noxfile before committing this if preferred, but I saw no harm in putting it in now.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 25, 2019
@crwilcox crwilcox changed the title Add test that asserts an exception for non-encoded column name Address puts failing with non-encoded column names. Add test that asserts this. Jan 26, 2019
noxfile.py Outdated Show resolved Hide resolved
noxfile.py Outdated Show resolved Hide resolved
src/google/cloud/happybase/batch.py Show resolved Hide resolved
@crwilcox crwilcox force-pushed the handle-not-encoded-column-names branch from c5b9bc1 to b0ba23f Compare January 30, 2019 18:49
@crwilcox crwilcox merged commit d0eb5f0 into master Feb 1, 2019
@parthea parthea deleted the handle-not-encoded-column-names branch October 1, 2021 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants