This is an automated email from the ASF dual-hosted git repository.

kfaraz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new cdf78ecccd4 Fix IndexSpec in SqlBenchmark to use 
stringEncodingStrategy (#16336)
cdf78ecccd4 is described below

commit cdf78ecccd4461f1d826c3c36978337ff920df86
Author: Gian Merlino <[email protected]>
AuthorDate: Tue May 14 02:29:15 2024 -0700

    Fix IndexSpec in SqlBenchmark to use stringEncodingStrategy (#16336)
---
 .../src/test/java/org/apache/druid/benchmark/query/SqlBenchmark.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/benchmarks/src/test/java/org/apache/druid/benchmark/query/SqlBenchmark.java 
b/benchmarks/src/test/java/org/apache/druid/benchmark/query/SqlBenchmark.java
index 98c5d2b2653..3441e31c049 100644
--- 
a/benchmarks/src/test/java/org/apache/druid/benchmark/query/SqlBenchmark.java
+++ 
b/benchmarks/src/test/java/org/apache/druid/benchmark/query/SqlBenchmark.java
@@ -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
       );


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to