Implement indexing into Apache Druid #1

Closed
m wants to merge 263 commits from druid into master
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 9b03485b69 - Show all commits

View File

@ -136,6 +136,8 @@ def keepChannels(net, listinfo, mean, sigrelay, relay):
def joinSingle(net, channel):
eca = emptyChanAllocate(net, [channel], None, [])
if not eca:
return False
if not len(eca.keys()) == 1:
return False
num = list(eca.keys())[0]