mirror of https://github.com/apache/druid.git
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…
Reference in New Issue