You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Casey Ching (Code Review)" <ge...@cloudera.org> on 2016/04/21 20:19:40 UTC

[Impala-CR](cdh5-trunk) Kudu: Remove TODO about checking for unsupported types in table loading

Casey Ching has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/2834

Change subject: Kudu: Remove TODO about checking for unsupported types in table loading
......................................................................

Kudu: Remove TODO about checking for unsupported types in table loading

The reverse should be done. Table loading should be accepting of errors
so the user has a chance to fix problems. If the exception is thrown,
analysis won't be possible for an ALTER TABLE.

Change-Id: I681d80776f28904a6171cac5aebde3a02327b295
---
M fe/src/main/java/com/cloudera/impala/catalog/KuduTable.java
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/34/2834/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2834
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I681d80776f28904a6171cac5aebde3a02327b295
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Casey Ching <ca...@cloudera.com>