提交 8fc92e81 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Update a comment for a new implementation

上级 63182126
...@@ -133,7 +133,7 @@ public class ResultTempTable implements ResultExternal { ...@@ -133,7 +133,7 @@ public class ResultTempTable implements ResultExternal {
table = schema.createTable(data); table = schema.createTable(data);
parent = null; parent = null;
if (containsLob) { if (containsLob) {
// contains BLOB or CLOB: can not truncate now, // contains BLOB or CLOB: cannot truncate on close,
// otherwise the BLOB and CLOB entries are removed // otherwise the BLOB and CLOB entries are removed
tempFileDeleter = null; tempFileDeleter = null;
closeable = null; closeable = null;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论