Skip to content

Commit a3eab5d

Browse files
author
Wei Li
committed
add custom anchor link
1 parent 3a0abb5 commit a3eab5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/search/cognitive-search-common-errors-warnings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ This warning is passed from the Language service of Azure AI services. In some c
415415

416416
Indexers have [document size limits](search-limits-quotas-capacity.md#indexer-limits). Make sure that the documents in your data source are smaller than the supported size limit, as documented for your service tier.
417417

418+
<a name="error-failed-to-compare-type-value"></a>
418419
## `Error: Failed to compare value 'X' of type M to value 'Y' of type N.`
419420

420421
This error usually happens in Azure SQL indexers when the source column type used for [`dataChangeDetectionPolicy`](search-how-to-index-sql-database.md#high-water-mark-change-detection-policy) doesn’t match what the indexer expects, especially if [`convertHighWaterMarkToRowVersion`](search-how-to-index-sql-database.md#converthighwatermarktorowversion) is turned on.

0 commit comments

Comments
 (0)