Skip to content

Commit

Permalink
add debug info
Browse files Browse the repository at this point in the history
Signed-off-by: zenghua <[email protected]>
  • Loading branch information
zenghua committed Feb 7, 2024
1 parent cf83977 commit 856bcaa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ case class CompactionCommand(snapshotManagement: SnapshotManagement,

snapshotManagement.withNewTransaction(tc => {
val files = tc.filterFiles(targetOnlyPredicates)
println("[DEBUGGING]")
println("conditionString = " + conditionString)
println("tc.filterFiles(targetOnlyPredicates) = " + files)

//ensure only one partition execute compaction command
val partitionSet = files.map(_.range_partitions).toSet
Expand Down

0 comments on commit 856bcaa

Please sign in to comment.