Skip to content

Add Support for Vector Data Type in SQL for GraphQL#3714

Open
RubenCerna2079 wants to merge 45 commits into
mainfrom
dev/rubencerna/vector-support-graphql
Open

Add Support for Vector Data Type in SQL for GraphQL#3714
RubenCerna2079 wants to merge 45 commits into
mainfrom
dev/rubencerna/vector-support-graphql

Changes based on copilot

a5158bf
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PG_SQL Integration Tests failed Jul 14, 2026 in 9m 7s

Build #20260714.25 had test failures

Details

Tests

  • Failed: 3 (0.36%)
  • Passed: 720 (86.96%)
  • Other: 105 (12.68%)
  • Total: 828

Annotations

Check failure on line 983 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PG_SQL Integration Tests

Build log #L983

Error: The process '/opt/hostedtoolcache/dotnet/dotnet' failed with exit code 1

Check failure on line 989 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PG_SQL Integration Tests

Build log #L989

Dotnet command failed with non-zero exit code on the following projects : [
  '/home/vsts/work/1/s/src/Service.Tests/Azure.DataApiBuilder.Service.Tests.csproj'
]

Check failure on line 1 in Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryArrayColumnsWithNullElements

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PG_SQL Integration Tests

Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryArrayColumnsWithNullElements

Test method Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryArrayColumnsWithNullElements threw exception: 
System.InvalidOperationException: The requested operation requires an element of type 'Object', but the target element has type 'Array'.
Raw output
    at System.Text.Json.ThrowHelper.ThrowJsonElementWrongTypeException(JsonTokenType expectedType, JsonTokenType actualType)
   at System.Text.Json.JsonDocument.TryGetNamedPropertyValue(Int32 index, ReadOnlySpan`1 propertyName, JsonElement& value)
   at System.Text.Json.JsonElement.GetProperty(String propertyName)
   at Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryArrayColumnsWithNullElements() in /home/vsts/work/1/s/src/Service.Tests/SqlTests/GraphQLSupportedTypesTests/PostgreSqlGQLArrayTypesTests.cs:line 161

Check failure on line 1 in Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryArrayColumnsByPrimaryKey

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PG_SQL Integration Tests

Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryArrayColumnsByPrimaryKey

Test method Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryArrayColumnsByPrimaryKey threw exception: 
System.InvalidOperationException: The requested operation requires an element of type 'Object', but the target element has type 'Array'.
Raw output
    at System.Text.Json.ThrowHelper.ThrowJsonElementWrongTypeException(JsonTokenType expectedType, JsonTokenType actualType)
   at System.Text.Json.JsonDocument.TryGetNamedPropertyValue(Int32 index, ReadOnlySpan`1 propertyName, JsonElement& value)
   at System.Text.Json.JsonElement.GetProperty(String propertyName)
   at Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryArrayColumnsByPrimaryKey() in /home/vsts/work/1/s/src/Service.Tests/SqlTests/GraphQLSupportedTypesTests/PostgreSqlGQLArrayTypesTests.cs:line 50

Check failure on line 1 in Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryMultipleRowsWithArrayColumns

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PG_SQL Integration Tests

Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryMultipleRowsWithArrayColumns

Test method Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryMultipleRowsWithArrayColumns threw exception: 
System.InvalidOperationException: The requested operation requires an element of type 'Object', but the target element has type 'Array'.
Raw output
    at System.Text.Json.ThrowHelper.ThrowJsonElementWrongTypeException(JsonTokenType expectedType, JsonTokenType actualType)
   at System.Text.Json.JsonDocument.TryGetNamedPropertyValue(Int32 index, ReadOnlySpan`1 propertyName, JsonElement& value)
   at System.Text.Json.JsonElement.GetProperty(String propertyName)
   at Azure.DataApiBuilder.Service.Tests.SqlTests.GraphQLSupportedTypesTests.PostgreSqlGQLArrayTypesTests.QueryMultipleRowsWithArrayColumns() in /home/vsts/work/1/s/src/Service.Tests/SqlTests/GraphQLSupportedTypesTests/PostgreSqlGQLArrayTypesTests.cs:line 241