This is an automated email from the ASF dual-hosted git repository.
cwylie 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 9bd2ccb SqlAggregationModuleTest now extends CalciteTestBase to
ensure consistent string encoding (#11861)
9bd2ccb is described below
commit 9bd2ccbb9be47a76f8dc59df8b12af165e01d742
Author: Clint Wylie <[email protected]>
AuthorDate: Mon Nov 1 15:11:40 2021 -0700
SqlAggregationModuleTest now extends CalciteTestBase to ensure consistent
string encoding (#11861)
---
.../apache/druid/sql/calcite/aggregation/SqlAggregationModuleTest.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/sql/src/test/java/org/apache/druid/sql/calcite/aggregation/SqlAggregationModuleTest.java
b/sql/src/test/java/org/apache/druid/sql/calcite/aggregation/SqlAggregationModuleTest.java
index 2c7f24c..d9d62b6 100644
---
a/sql/src/test/java/org/apache/druid/sql/calcite/aggregation/SqlAggregationModuleTest.java
+++
b/sql/src/test/java/org/apache/druid/sql/calcite/aggregation/SqlAggregationModuleTest.java
@@ -24,6 +24,7 @@ import com.google.inject.Injector;
import com.google.inject.Key;
import com.google.inject.TypeLiteral;
import org.apache.druid.sql.calcite.aggregation.builtin.CountSqlAggregator;
+import org.apache.druid.sql.calcite.util.CalciteTestBase;
import org.hamcrest.CoreMatchers;
import org.junit.Assert;
import org.junit.Before;
@@ -34,7 +35,7 @@ import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;
-public class SqlAggregationModuleTest
+public class SqlAggregationModuleTest extends CalciteTestBase
{
private SqlAggregationModule target;
private Injector injector;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]