Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cgivre committed Jan 1, 2024
1 parent f4d9af9 commit a9f5e56
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ public void testGroupByQuery() throws Exception {

@Test
public void testSerDe() throws Exception {
// TODO Start here... filters are not deserializing properly

String sql = String.format("SELECT COUNT(*) FROM druid.`%s`", TEST_DATASOURCE_WIKIPEDIA);
String plan = queryBuilder().sql(sql).explainJson();
long cnt = queryBuilder().physical(plan).singletonLong();
Expand Down

0 comments on commit a9f5e56

Please sign in to comment.