We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e453bf commit ca1d5d4Copy full SHA for ca1d5d4
sql/catalyst/src/main/java/org/apache/spark/sql/vectorized/ColumnVector.java
@@ -69,7 +69,7 @@ public abstract class ColumnVector implements AutoCloseable {
69
public abstract void close();
70
71
/**
72
- * Cleans up memory for this column vector if it's resources are freeable bewteen batches.
+ * Cleans up memory for this column vector if it's resources are freeable between batches.
73
* The column vector is not usable after this.
74
*
75
* If this is a writable column vector or constant column vector, it is a no-op.
0 commit comments