We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1805c9e commit f4a9cd2Copy full SHA for f4a9cd2
contrib/storage-druid/src/test/java/org/apache/drill/exec/store/druid/TestDruidQueries.java
@@ -120,6 +120,8 @@ public void testGroupByQuery() throws Exception {
120
121
@Test
122
public void testSerDe() throws Exception {
123
+ // TODO Start here... filters are not deserializing properly
124
+
125
String sql = String.format("SELECT COUNT(*) FROM druid.`%s`", TEST_DATASOURCE_WIKIPEDIA);
126
String plan = queryBuilder().sql(sql).explainJson();
127
long cnt = queryBuilder().physical(plan).singletonLong();
0 commit comments