From 6bf0bd01aeba68f2cea9fefd2e8499a49232cc28 Mon Sep 17 00:00:00 2001 From: osopardo1 Date: Mon, 20 Dec 2021 16:32:31 +0100 Subject: [PATCH] Add TODO --- src/main/scala/io/qbeast/spark/delta/OTreeIndex.scala | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/scala/io/qbeast/spark/delta/OTreeIndex.scala b/src/main/scala/io/qbeast/spark/delta/OTreeIndex.scala index 91d4a4419..33385df06 100644 --- a/src/main/scala/io/qbeast/spark/delta/OTreeIndex.scala +++ b/src/main/scala/io/qbeast/spark/delta/OTreeIndex.scala @@ -118,6 +118,9 @@ case class OTreeIndex(index: TahoeLogFileIndex) * @param previouslyMatchedFiles the files that have been matched * @return the files with sample data */ + + // TODO: turn this into a iterative function + // and substitute the MAP for a PatriciaTree solution def findSampleFiles( space: QuerySpace, weightRange: WeightRange,