Updated Branches: refs/heads/apache-blur-0.2 058b48c9b -> 9c2938bab
Working on BLUR-255 Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/04938292 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/04938292 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/04938292 Branch: refs/heads/apache-blur-0.2 Commit: 04938292ebaded1dae5391c283c089011f4b897c Parents: 058b48c Author: Aaron McCurry <[email protected]> Authored: Fri Oct 4 13:22:27 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Fri Oct 4 13:22:27 2013 -0400 ---------------------------------------------------------------------- distribution/src/main/scripts/interface/Blur.thrift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/04938292/distribution/src/main/scripts/interface/Blur.thrift ---------------------------------------------------------------------- diff --git a/distribution/src/main/scripts/interface/Blur.thrift b/distribution/src/main/scripts/interface/Blur.thrift index ff9afee..f3f30f9 100644 --- a/distribution/src/main/scripts/interface/Blur.thrift +++ b/distribution/src/main/scripts/interface/Blur.thrift @@ -696,7 +696,8 @@ struct TableDescriptor { */ 12:bool readOnly = 0, /** - * This map sets what column families and columns to prefetch into block cache on shard open. + * This is a list of fields to prefetch into the blockcache. The format of the entries should + * be family dot column, "family.column". */ 13:list<string> preCacheCols /**
