Skip to content

Commit 10e42b2

Browse files
committed
add comment
1 parent 3c7e742 commit 10e42b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/scala/org/apache/spark/sql/execution/CoprocessorRDD.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ trait LeafColumnarExecRDD extends LeafExecNode {
6363
s"${dagRequest.getStoreType.name()} $nodeName{$dagRequest}" +
6464
s"${TiUtil.getReqEstCountStr(dagRequest)}"
6565
} else {
66+
// return empty TiRDD when there is no tiRDDs
6667
"Empty TiRDD"
6768
}
6869

0 commit comments

Comments
 (0)