Remove redundant wt from filenames.
This commit is contained in:
parent
a1459ce607
commit
48141346f0
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ start(Partition, Config) ->
|
||||||
"lsm"
|
"lsm"
|
||||||
end,
|
end,
|
||||||
{ok, Connection} = establish_connection(Config, Type),
|
{ok, Connection} = establish_connection(Config, Type),
|
||||||
Table = Type ++ ":wt" ++ integer_to_list(Partition),
|
Table = Type ++ ":" ++ integer_to_list(Partition),
|
||||||
Compressor =
|
Compressor =
|
||||||
case wterl:config_value(block_compressor, Config, "snappy") of
|
case wterl:config_value(block_compressor, Config, "snappy") of
|
||||||
{block_compressor, "snappy"}=C -> [C];
|
{block_compressor, "snappy"}=C -> [C];
|
||||||
|
|
Loading…
Reference in a new issue