This is an automated email from the ASF dual-hosted git repository.
dweeks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new 51fbc5603 Spec: Typo an to a (#5123)
51fbc5603 is described below
commit 51fbc5603e0666dab7b3682cff600342bab8f3d0
Author: Fokko Driesprong <[email protected]>
AuthorDate: Thu Jun 23 17:52:32 2022 +0200
Spec: Typo an to a (#5123)
---
format/spec.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/format/spec.md b/format/spec.md
index 41b22ff5a..b520f78cd 100644
--- a/format/spec.md
+++ b/format/spec.md
@@ -373,7 +373,7 @@ In v1, partition field IDs were not tracked, but were
assigned sequentially star
Users can sort their data within partitions by columns to gain performance.
The information on how the data is sorted can be declared per data or delete
file, by a **sort order**.
-A sort order is defined by an sort order id and a list of sort fields. The
order of the sort fields within the list defines the order in which the sort is
applied to the data. Each sort field consists of:
+A sort order is defined by a sort order id and a list of sort fields. The
order of the sort fields within the list defines the order in which the sort is
applied to the data. Each sort field consists of:
* A **source column id** from the table's schema
* A **transform** that is used to produce values to be sorted on from the
source column. This is the same transform as described in [partition
transforms](#partition-transforms).