mirror of
https://github.com/apache/druid.git
synced 2025-02-09 03:24:55 +00:00
Fix IndexSpec in SqlBenchmark to use stringEncodingStrategy (#16336)
This commit is contained in:
parent
18a4722d11
commit
cdf78ecccd
@ -557,7 +557,7 @@ public class SqlBenchmark
|
||||
schemaInfo,
|
||||
DimensionsSpec.builder().setDimensions(columnSchemas).build(),
|
||||
TransformSpec.NONE,
|
||||
IndexSpec.DEFAULT,
|
||||
IndexSpec.builder().withStringDictionaryEncoding(getStringEncodingStrategy()).build(),
|
||||
Granularities.NONE,
|
||||
rowsPerSegment
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user