SteveYurongSu commented on code in PR #9376:
URL: https://github.com/apache/iotdb/pull/9376#discussion_r1141346004
##########
server/src/main/java/org/apache/iotdb/db/mpp/transformation/dag/udf/UDTFContext.java:
##########
@@ -44,6 +45,8 @@ public void constructUdfExecutors(Expression[]
outputExpressions) {
}
public void finalizeUDFExecutors(long queryId) {
+ // close and delete UDF temp files
+ TemporaryQueryDataFileService.getInstance().deregister(queryId);
Review Comment:
Wouldn't it be better to put this on the last line of the method?
--
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]