Skip to content

Commit 425a2f0

Browse files
committed
Remove 'exact' from diff rows wording
1 parent b392126 commit 425a2f0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,9 @@ In full materialization, Pyversus also builds a diff table: a single
254254
relation with the `by` keys plus one boolean flag per value column
255255
indicating a difference. The table only includes rows with at least one
256256
difference. Those precomputed flags let row-level helpers fetch the
257-
exact differing rows quickly via joins, which can be faster when you
258-
call multiple helpers. Other modes skip the diff table and detect
259-
differences inline.
257+
differing rows quickly via joins, which can be faster when you call
258+
multiple helpers. Other modes skip the diff table and detect differences
259+
inline.
260260

261261
- `materialize="all"`: store the summary tables and the diff table as
262262
temp tables. This is fastest if you will call row-level helpers

README.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ as DuckDB relations and are queried lazily.
134134
In full materialization, Pyversus also builds a diff table: a single
135135
relation with the `by` keys plus one boolean flag per value column
136136
indicating a difference. The table only includes rows with at least one
137-
difference. Those precomputed flags let row-level helpers fetch the exact
137+
difference. Those precomputed flags let row-level helpers fetch the
138138
differing rows quickly via joins, which can be faster when you call
139139
multiple helpers. Other modes skip the diff table and detect differences
140140
inline.

docs_api/source/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ in any mode; they stay as DuckDB relations and are queried lazily.
5151
In full materialization, Pyversus also builds a diff table: a single
5252
relation with the `by` keys plus one boolean flag per value column
5353
indicating a difference. The table only includes rows with at least one
54-
difference. Those precomputed flags let row-level helpers fetch the exact
54+
difference. Those precomputed flags let row-level helpers fetch the
5555
differing rows quickly via joins, which can be faster when you call
5656
multiple helpers. Other modes skip the diff table and detect differences
5757
inline.

0 commit comments

Comments
 (0)