[
https://issues.apache.org/jira/browse/HBASE-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12996053#comment-12996053
]
ryan rawson commented on HBASE-3542:
------------------------------------
some major things:
- adding new methods to the bottom of the .thrift file means the resulting
generated files have a minimum of changes.
- I'm showing files that are "changed" by virtue of having their license
removed and having trailing spaces added. Should be fixed!
- lots of white space changes in Hbase.java, shouldnt exist. many IDEs can
strip whitespace changes for you.
- indentation in ThriftServer.java is off. The project standard is no tabs, 2
spaces per level, 4 spaces for continuing indent. If you set 2/4 in intellij it
will do the right thing, eclipse has similar settings.
> MultiGet methods in Thrift
> --------------------------
>
> Key: HBASE-3542
> URL: https://issues.apache.org/jira/browse/HBASE-3542
> Project: HBase
> Issue Type: Improvement
> Components: thrift
> Affects Versions: 0.90.0
> Reporter: Martin Blom
> Attachments: HBASE-3542[0.90].patch
>
>
> The Thrift API does not expose multi-get operations. This patch adds the
> meyhods getRows, getRowsWithColumns, getRowsTs and getRowsWithColumnsTs.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira