Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 6d51a05

Browse files
committed
Fix typo
Signed-off-by: Wei-Chun, Chang <[email protected]>
1 parent eec1537 commit 6d51a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/features/query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ In the current version, Recce provides two ways to compare the query result betw
5454

5555
**Query diff occurs in the client side:**
5656

57-
Without providing primary key(s) upfront, AdDoc query compare in the client side. That is, Recce fetches the first 2,000 rows and compare in the client side. The advantage is it has more flexibility to query sql for no PK, especially when column structures differ or no clear primary key exists.
57+
Without providing primary key(s) upfront, AdHoc query compare in the client side. That is, Recce fetches the first 2,000 rows and compare in the client side. The advantage is it has more flexibility to query sql for no PK, especially when column structures differ or no clear primary key exists.
5858
However, the limitation is that we cannot find the mismatched rows in a big query result.
5959

6060
**Query diff occurs in the warehouse:**

0 commit comments

Comments
 (0)