Skip to content

Commit f4a9cd2

Browse files
committed
WIP
1 parent 1805c9e commit f4a9cd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/storage-druid/src/test/java/org/apache/drill/exec/store/druid/TestDruidQueries.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ public void testGroupByQuery() throws Exception {
120120

121121
@Test
122122
public void testSerDe() throws Exception {
123+
// TODO Start here... filters are not deserializing properly
124+
123125
String sql = String.format("SELECT COUNT(*) FROM druid.`%s`", TEST_DATASOURCE_WIKIPEDIA);
124126
String plan = queryBuilder().sql(sql).explainJson();
125127
long cnt = queryBuilder().physical(plan).singletonLong();

0 commit comments

Comments
 (0)