Skip to content

Commit

Permalink
Fix IndexSpec in SqlBenchmark to use stringEncodingStrategy (#16336)
Browse files Browse the repository at this point in the history
  • Loading branch information
gianm authored May 14, 2024
1 parent 18a4722 commit cdf78ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ public void setup()
schemaInfo,
DimensionsSpec.builder().setDimensions(columnSchemas).build(),
TransformSpec.NONE,
IndexSpec.DEFAULT,
IndexSpec.builder().withStringDictionaryEncoding(getStringEncodingStrategy()).build(),
Granularities.NONE,
rowsPerSegment
);
Expand Down

0 comments on commit cdf78ec

Please sign in to comment.