We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7e742 commit 10e42b2Copy full SHA for 10e42b2
core/src/main/scala/org/apache/spark/sql/execution/CoprocessorRDD.scala
@@ -63,6 +63,7 @@ trait LeafColumnarExecRDD extends LeafExecNode {
63
s"${dagRequest.getStoreType.name()} $nodeName{$dagRequest}" +
64
s"${TiUtil.getReqEstCountStr(dagRequest)}"
65
} else {
66
+ // return empty TiRDD when there is no tiRDDs
67
"Empty TiRDD"
68
}
69
0 commit comments