Skip to content

Commit

Permalink
Fix typo in IdTracking
Browse files Browse the repository at this point in the history
  • Loading branch information
daragu authored and the-other-tim-brown committed Jul 16, 2024
1 parent c9c4a52 commit 7ab718c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* Stores the field ID information for a given schema. This allows Hudi to track consistent IDs for
* fields across commits. The lastIdUsed is the highest ID value previously used. Field IDs should
* be monotomically increasing.
* be monotonically increasing.
*/
@Value
@Jacksonized
Expand Down

0 comments on commit 7ab718c

Please # to comment.