diff --git a/java/src/main/java/ai/rapids/cudf/TableWriter.java b/java/src/main/java/ai/rapids/cudf/TableWriter.java index d553533f343..22fa969801e 100644 --- a/java/src/main/java/ai/rapids/cudf/TableWriter.java +++ b/java/src/main/java/ai/rapids/cudf/TableWriter.java @@ -55,8 +55,9 @@ public WriteStatistics(long numCompressedBytes, long numFailedBytes, long numSki } /** - * Get the write statistics for the last write call. Currently, only ORC writer and Parquet - * writers support write statistics. Calling this on other writers will return null. + * Get the write statistics for the writer up to the last write call. + * Currently, only ORC and Parquet writers support write statistics. + * Calling this method on other writers will return null. * @return The write statistics for the last write call. */ public WriteStatistics getWriteStatistics() {