We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Relevant Thrift API:
/** * A TRegionInfo contains information about an HTable region. */ struct TRegionInfo { 1:Text startKey, 2:Text endKey, 3:i64 id, 4:Text name, 5:byte version, 6:Text serverName, 7:i32 port }
The text was updated successfully, but these errors were encountered:
Fixed as a side effect of dd7878c
Sorry, something went wrong.
Update NEWS (issue #37)
2c6b4c3
No branches or pull requests
Relevant Thrift API:
The text was updated successfully, but these errors were encountered: