Hello Kudu Jenkins, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/11467
to look at the new patch set (#2).
Change subject: [hms] enable special characters support in mini HMS
......................................................................
[hms] enable special characters support in mini HMS
This commit explictly enables special characters support for mini HMS
which allows '/' in table names, to avoid test failure (e.g.
MasterHmsTest.TestUppercaseIdentifiers) caused by running with Hive
distributions that disable special characters support by default.
Change-Id: I3ae5387c6c39a3d0c622316e5cda3236660806a4
---
M src/kudu/hms/mini_hms.cc
1 file changed, 9 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/67/11467/2
--
To view, visit http://gerrit.cloudera.org:8080/11467
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I3ae5387c6c39a3d0c622316e5cda3236660806a4
Gerrit-Change-Number: 11467
Gerrit-PatchSet: 2
Gerrit-Owner: Hao Hao <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Kudu Jenkins