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

Commit e66b222

Browse files
authored
Merge pull request #174 from DataRecce/fix/typo-in-query-documentation
Fix typo in query document
2 parents eec1537 + 6d51a05 commit e66b222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/features/query.md

+1-1
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)