Grant Henke has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/14983


Change subject: [tools] Fix create table tool for VARCHAR and DATE columns
......................................................................

[tools] Fix create table tool for VARCHAR and DATE columns

When VARCHAR and DATE were added they weren’t added to
KuduColumnSchema::StringToDataType. This means that they
cant be used in the table tool to create a table.

This patch adds VARCHAR and DATE to StringToDataType and
test coverage to the create table tool tests.

Change-Id: I249348e16dc06616b59ac92212a0a075aac2b2fa
---
M src/kudu/client/schema.cc
M src/kudu/tools/create-table-tool-test.cc
M src/kudu/tools/tool.proto
M src/kudu/tools/tool_action_table.cc
4 files changed, 34 insertions(+), 9 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/83/14983/1
--
To view, visit http://gerrit.cloudera.org:8080/14983
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I249348e16dc06616b59ac92212a0a075aac2b2fa
Gerrit-Change-Number: 14983
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <granthe...@apache.org>

Reply via email to