zhztheplayer commented on code in PR #5914:
URL: https://github.com/apache/incubator-gluten/pull/5914#discussion_r1620253404
##########
gluten-core/src/main/scala/org/apache/gluten/backendsapi/TransformerApi.scala:
##########
@@ -70,4 +70,6 @@ trait TransformerApi {
def getNativePlanString(substraitPlan: Array[Byte], details: Boolean): String
def packPBMessage(message: Message): Any
+
+ def invalidateSQLExecutionResource(executionId: String): Unit = {}
Review Comment:
nit
Probably add a comment saying that the method is only for testing so far?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]