Repository: kudu
Updated Branches:
refs/heads/master a81d80a79 -> 0dcf16673
[tools] fix glog output colorizing for kudu CLI tests
This patch adds the '--nocolorlogtostderr' flag to every invocation
of the kudu CLI tool run by the kudu::tools::RunKuduTool() function.
Prior to this fix, the fol
Repository: kudu
Updated Branches:
refs/heads/master 7b048b8db -> a81d80a79
[tools] extra integration tests for the rebalancer
This patch adds more integration tests for the rebalancer,
providing coverage for the following scenarios:
* a new tablet server added post-rebalancing,
and the
Repository: kudu
Updated Branches:
refs/heads/master 1ae050e4d -> 7b048b8db
KUDU-2191: support table-name identifiers with upper case chars
Summary: When the HMS integration is enabled, Kudu now preserves table
name casing, but uses case-insensitive lookups to retrieve tables.
Background: The