Skip to content

Commit 430003a

Browse files
committed
Add ZstdDictionaryCompressor for auto-completion
1 parent 3ca20dc commit 430003a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylib/cqlshlib/cqlhandling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class CqlParsingRuleSet(pylexotron.ParsingRuleSet):
4444
'SnappyCompressor',
4545
'LZ4Compressor',
4646
'ZstdCompressor',
47+
'ZstdDictionaryCompressor'
4748
)
4849

4950
available_compaction_classes = (

0 commit comments

Comments
 (0)