[
https://issues.apache.org/jira/browse/HBASE-19178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16238760#comment-16238760
]
Sean Busbey commented on HBASE-19178:
-------------------------------------
bq. When a patch only changed hbase-client/hbase-server, then the ut in
hbase-shell can't run. So if we remove some methods, it is not easy to find the
failure. How about we run hbase-client/hbase-shell ut for all precommit job, no
matter the patch modified any code.
We have the nightly tests for this. If TestShell covers this case, then we'll
see fallout from things getting moved out from under the shell there.
> table.rb use undefined method 'getType' for Cell interface
> ----------------------------------------------------------
>
> Key: HBASE-19178
> URL: https://issues.apache.org/jira/browse/HBASE-19178
> Project: HBase
> Issue Type: Bug
> Reporter: Guanghao Zhang
> Assignee: Guanghao Zhang
> Attachments: HBASE-19178.master.001.patch,
> HBASE-19178.master.002.patch
>
>
> create 't1'
> put 't1', 'r1', 'f1:c1', 'value'
> delete 't1', 'r1'
> hbase(main):011:0> scan 't1',
> {RAW => true}
> ROW COLUMN+CELL
> ERROR: undefined method `getType' for
> #<Java::OrgApacheHadoopHbase::NoTagsKeyValue:0x404009df>
> Did you mean? get_type_byte
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)