diff --git a/java/src/main/java/ai/rapids/cudf/ColumnView.java b/java/src/main/java/ai/rapids/cudf/ColumnView.java index cc803fabb02..e871da18966 100644 --- a/java/src/main/java/ai/rapids/cudf/ColumnView.java +++ b/java/src/main/java/ai/rapids/cudf/ColumnView.java @@ -233,6 +233,8 @@ public final ColumnView getChildColumnView(int childIndex) { /** * Get a ColumnView that is the offsets for this list. + * Please note that it is the responsibility of the caller to close this view, and the parent + * column must out live this view. */ public ColumnView getListOffsetsView() { assert(getType().equals(DType.LIST));