Skip to content

Commit

Permalink
consistency of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed Aug 16, 2023
1 parent 90cc5da commit 3af3b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var UnpartitionedPartitionSpec = &PartitionSpec{id: 0}
// PartitionField represents how one partition value is derived from the
// source column by transformation.
type PartitionField struct {
// SourceID is the source column ID of the table's schema
// SourceID is the source column id of the table's schema
SourceID int `json:"source-id"`
// FieldID is the partition field id across all the table partition specs
FieldID int `json:"field-id"`
Expand Down

0 comments on commit 3af3b27

Please sign in to comment.