Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

fix NoneType Error when pass either 'from_' or 'to' in row query(#153)#154

Merged
travisturner merged 1 commit intoFeatureBaseDB:masterfrom
Yuhjiang:bugfix#fixNoneTypeErrorInRowRange
Sep 28, 2020
Merged

fix NoneType Error when pass either 'from_' or 'to' in row query(#153)#154
travisturner merged 1 commit intoFeatureBaseDB:masterfrom
Yuhjiang:bugfix#fixNoneTypeErrorInRowRange

Conversation

@Yuhjiang
Copy link
Contributor

@Yuhjiang Yuhjiang commented Sep 9, 2020

#153
Since both from_ and or are optional, We could pass either from_ or to to the row query. However, start and end variables are initialized in the wrong order before the following judgement.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.5% when pulling 55b291f on Yuhjiang:bugfix#fixNoneTypeErrorInRowRange into 0d75e23 on pilosa:master.

@Yuhjiang
Copy link
Contributor Author

Could anyone review the code? @codysoyland @travisturner

@travisturner travisturner merged commit 8c07596 into FeatureBaseDB:master Sep 28, 2020
@travisturner
Copy link
Member

Thanks @Yuhjiang

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants