You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/BaselineTest/TestBaseline/LinqGeneralBaselineTests.TestThenByTranslation.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -388,7 +388,7 @@ FROM (
388
388
JOIN c0 IN root["Children"]) AS v1) AS r1
389
389
ORDER BY r1["FamilyId"] ASC, r1["FamilyNumber"] ASC
390
390
]]></SqlQuery>
391
-
<ErrorMessage><![CDATA[Underlying object does not have an '_rid' field.]]></ErrorMessage>
391
+
<ErrorMessage><![CDATA[Underlying object does not have an '_rid' or '__sys_rid' field.]]></ErrorMessage>
392
392
</Output>
393
393
</Result>
394
394
<Result>
@@ -435,7 +435,7 @@ FROM (
435
435
WHERE (p0["GivenName"]["Length"] > 5)) AS v0) AS r0
436
436
ORDER BY r0["FamilyId"] ASC, r0["FamilyNumber"] ASC
437
437
]]></SqlQuery>
438
-
<ErrorMessage><![CDATA[Underlying object does not have an '_rid' field.]]></ErrorMessage>
438
+
<ErrorMessage><![CDATA[Underlying object does not have an '_rid' or '__sys_rid' field.]]></ErrorMessage>
0 commit comments