viirya commented on code in PR #49021:
URL: https://github.com/apache/spark/pull/49021#discussion_r1865164191


##########
sql/catalyst/src/main/java/org/apache/spark/sql/vectorized/ColumnVector.java:
##########
@@ -69,14 +69,14 @@ public abstract class ColumnVector implements AutoCloseable 
{
   public abstract void close();
 
   /**
-   * Cleans up memory for this column vector if it's not writable. The column 
vector is not usable
-   * after this.
+   * Cleans up memory for this column vector if it's resources are freeable 
bewteen batches.

Review Comment:
   ```suggestion
      * Cleans up memory for this column vector if it's resources are freeable 
between batches.
   ```



-- 
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]

Reply via email to