diff --git a/docs/src/main/sphinx/connector/memory.md b/docs/src/main/sphinx/connector/memory.md index 23bc958abf80..f588f6d394f4 100644 --- a/docs/src/main/sphinx/connector/memory.md +++ b/docs/src/main/sphinx/connector/memory.md @@ -73,7 +73,7 @@ statements, the connector supports the following features: ### TRUNCATE and DROP TABLE -Upon execution of a `TRUNCATE` and a `DROP TABLE` operation, memory is not released +Upon execution of a `DROP TABLE` operation, memory is not released immediately. It is instead released after the next write operation to the catalog.