Skip to content

Commit

Permalink
Merge pull request #11313 from NvTimLiu/fix-auto-merge-conflict-11310
Browse files Browse the repository at this point in the history
Fix auto merge conflict 10845 11310 [skip ci]
  • Loading branch information
nvauto authored Aug 9, 2024
2 parents a54c9b3 + a4bafa7 commit de39a94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/dev/lore.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ To tell LORE the LORE ids of the operators you are interested in, you need to se
`spark.rapids.sql.lore.idsToDump`. For example, you could set it to "1[\*], 2[\*], 3[\*]" to tell
LORE to dump all partitions of input data of operators with id 1, 2, or 3. You can also only dump
some partition of the operator's input by appending partition numbers to lore ids. For example,
"1[0 4-6 7], 2[\*]" tell LORE to dump operator with LORE id 1, but only dump partition 0, 4, 5, 6,
and 7. But for operator with LORE id 2, it will dump all partitions.
"1[0 4-6 7], 2[\*]" tell LORE to dump operator with LORE id 1, but only dump partition 0, 4, 5,
and 7, e.g. the end of the range is exclusive. But for operator with LORE id 2, it will dump all
partitions.

You also need to set `spark.rapids.sql.lore.dumpPath` to tell LORE where to dump the data, the
value of which should point to a directory. All dumped data of a query will live in this
Expand Down

0 comments on commit de39a94

Please sign in to comment.