Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnghia committed May 18, 2023
1 parent 2d74075 commit 68b31ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions java/src/main/java/ai/rapids/cudf/TableWriter.java
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 68b31ea

Please sign in to comment.