mirror of https://github.com/apache/cassandra
ninjia: add an accidentally removed newline in test/conf/cassandra.yaml
This commit is contained in:
parent
41cf61402c
commit
687fbf282f
|
|
@ -126,4 +126,5 @@ memtable:
|
||||||
class_name: TrieMemtable
|
class_name: TrieMemtable
|
||||||
# Note: keep the memtable configuration at the end of the file, so that the default mapping can be changed without
|
# Note: keep the memtable configuration at the end of the file, so that the default mapping can be changed without
|
||||||
# duplicating the whole section above.
|
# duplicating the whole section above.
|
||||||
# ===== DO NOT PUT ANYTHING AFTER MEMTABLE CONFIG =====
|
# ===== DO NOT PUT ANYTHING AFTER MEMTABLE CONFIG AND PRESERVE A NEWLINE AT THE END (other parts of test yamls are appended there) =====
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue