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/LinqTranslationBaselineTests.TestRRFOrderByRankFunction.xml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ WHERE (RRF(FullTextScore(root["StringField"], "test1"), FullTextScore(root["Stri
77
77
</Input>
78
78
<Output>
79
79
<SqlQuery><![CDATA[]]></SqlQuery>
80
-
<ErrorMessage><![CDATA[Expression with NodeType 'System.Double' is not supported.]]></ErrorMessage>
80
+
<ErrorMessage><![CDATA[Expressions of type System.Double is not supported as an argument to CosmosLinqExtensions.RRF. Supported expressions are method calls to FullTextScore.]]></ErrorMessage>
81
81
</Output>
82
82
</Result>
83
83
<Result>
@@ -87,7 +87,7 @@ WHERE (RRF(FullTextScore(root["StringField"], "test1"), FullTextScore(root["Stri
87
87
</Input>
88
88
<Output>
89
89
<SqlQuery><![CDATA[]]></SqlQuery>
90
-
<ErrorMessage><![CDATA[Expression with NodeType 'System.Double' is not supported.]]></ErrorMessage>
90
+
<ErrorMessage><![CDATA[Expressions of type System.Double is not supported as an argument to CosmosLinqExtensions.RRF. Supported expressions are method calls to FullTextScore.]]></ErrorMessage>
91
91
</Output>
92
92
</Result>
93
93
<Result>
@@ -97,7 +97,7 @@ WHERE (RRF(FullTextScore(root["StringField"], "test1"), FullTextScore(root["Stri
97
97
</Input>
98
98
<Output>
99
99
<SqlQuery><![CDATA[]]></SqlQuery>
100
-
<ErrorMessage><![CDATA[Expression with NodeType 'System.Double' is not supported.]]></ErrorMessage>
100
+
<ErrorMessage><![CDATA[Expressions of type System.Double is not supported as an argument to CosmosLinqExtensions.RRF. Supported expressions are method calls to FullTextScore.]]></ErrorMessage>
101
101
</Output>
102
102
</Result>
103
103
<Result>
@@ -107,7 +107,7 @@ WHERE (RRF(FullTextScore(root["StringField"], "test1"), FullTextScore(root["Stri
107
107
</Input>
108
108
<Output>
109
109
<SqlQuery><![CDATA[]]></SqlQuery>
110
-
<ErrorMessage><![CDATA[Expression with NodeType 'System.Double' is not supported.]]></ErrorMessage>
110
+
<ErrorMessage><![CDATA[Expressions of type System.Double is not supported as an argument to CosmosLinqExtensions.RRF. Supported expressions are method calls to FullTextScore.]]></ErrorMessage>
111
111
</Output>
112
112
</Result>
113
113
<Result>
@@ -117,7 +117,7 @@ WHERE (RRF(FullTextScore(root["StringField"], "test1"), FullTextScore(root["Stri
117
117
</Input>
118
118
<Output>
119
119
<SqlQuery><![CDATA[]]></SqlQuery>
120
-
<ErrorMessage><![CDATA[Query expression is invalid, method call RRF is not allowed at this context. Allowed methods are FullTextScore.]]></ErrorMessage>
120
+
<ErrorMessage><![CDATA[Method RRF is not supported as an argument to CosmosLinqExtensions.RRF. Supported methods are FullTextScore.]]></ErrorMessage>
0 commit comments