Skip to content

Commit

Permalink
fix javafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
raveeram-db committed Feb 24, 2025
1 parent 1f61a59 commit 88b7e62
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,9 @@ public String toString() {
}

/**
* Utility method to deserialize statistics from a JSON string.
*
* <p>NOTE: Currently, this method only deserializes the numRecords field and ignores other
* statistics (minValues, maxValues, nullCounts). Full deserialization support for all statistics
* will be added in a future update.
* Utility method to deserialize statistics from a JSON string. NOTE: Currently, this method only
* deserializes the numRecords field and ignores other statistics (minValues, maxValues,
* nullCounts). Full deserialization support for all statistics will be added in a future update.
*
* @param json Data statistics JSON string to deserialize.
* @return An {@link Optional} containing the deserialized {@link DataFileStatistics} if present.
Expand Down

0 comments on commit 88b7e62

Please sign in to comment.