Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
osopardo1 committed Dec 20, 2021
1 parent d9bd04a commit 6bf0bd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/scala/io/qbeast/spark/delta/OTreeIndex.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6bf0bd0

Please sign in to comment.