Skip to content

Commit 93c922d

Browse files
committed
Grammar fixes in ADRS
1 parent 6333264 commit 93c922d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs-devel/system-architecture/adrs/0006-use-lakekeeper-as-iceberg-catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Several implementations exist within the Iceberg libraries including:
1616
- Nessie: a transactional catalog that tracks namespaces and tables in a database with git-like version control
1717

1818
The REST catalog requires a server to implement the specification but offers more flexibility without
19-
have to modify the Iceberg libraries, e.g a query engine using REST doesn't need to be modified to
19+
having to modify the Iceberg libraries, e.g a query engine using REST doesn't need to be modified to
2020
switch REST catalog implementations.
2121

2222
## Decision
@@ -46,7 +46,7 @@ We will choose Lakekeeper as a REST-based catalog server due to:
4646

4747
## Consequences
4848

49-
Lakekeeper will be the back bone of the data lake and is a relatively new project so there is some
49+
Lakekeeper will be the backbone of the data lake and is a relatively new project so there is some
5050
risk that it does not survive.
5151
The design of Apache Iceberg mitigates the risk of migrating to a new catalog if that becomes
5252
necessary as the catalog only stores metadata and would not require migrating the data on the object

0 commit comments

Comments
 (0)