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
Chapter 6: Partitioning - Rebalancing Partitions - Dynamic partitioning一节中第一段
if you got the boundaries wrong, you could end up with all of the data in one partition and all of the other partitions empty.
原翻译为:
如果出现边界错误,则可能会导致一个分区中的所有数据或者其他分区中的所有数据为空。
是否应该翻译为
如果边界设置错误,可能会导致所有数据都在一个分区中,而其他分区则为空。
The text was updated successfully, but these errors were encountered:
确实是翻译错了,已修正: 3fc10b9
感谢!
Sorry, something went wrong.
No branches or pull requests
Chapter 6: Partitioning - Rebalancing Partitions - Dynamic partitioning一节中第一段
原翻译为:
是否应该翻译为
The text was updated successfully, but these errors were encountered: