Skip to content

Feature/exposing grpc objects #58

Feature/exposing grpc objects

Feature/exposing grpc objects #58

Triggered via pull request April 24, 2024 20:59
Status Cancelled
Total duration 48s
Artifacts

dotnet-desktop.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build (Release)
Canceling since a higher priority waiting request for 'refs/pull/5/merge' exists
build (Release)
The operation was canceled.
build (Release): src/Spark.Connect.Dotnet/Spark.Connect.Dotnet/Sql/DataFrame.cs#L1034
Cannot convert null literal to non-nullable reference type.
build (Release): src/Spark.Connect.Dotnet/Spark.Connect.Dotnet/Sql/SparkCatalog.cs#L40
Cannot convert null literal to non-nullable reference type.
build (Release): src/Spark.Connect.Dotnet/Spark.Connect.Dotnet/Sql/Streaming/DataStreamWriter.cs#L159
Cannot convert null literal to non-nullable reference type.
build (Release): src/Spark.Connect.Dotnet/Spark.Connect.Dotnet/Sql/Streaming/DataStreamWriter.cs#L159
Cannot convert null literal to non-nullable reference type.
build (Release): src/Spark.Connect.Dotnet/Spark.Connect.Dotnet/Sql/Column.cs#L10
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): src/Spark.Connect.Dotnet/Spark.Connect.Dotnet/Sql/Types/StructType.cs#L82
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): src/Spark.Connect.Dotnet/Spark.Connect.Dotnet/Sql/Types/StructType.cs#L82
Non-nullable property 'DataType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): src/Spark.Connect.Dotnet/Spark.Connect.Dotnet/Grpc/GrpcInternal.cs#L375
Converting null literal or possible null value to non-nullable type.
build (Release): src/Spark.Connect.Dotnet/Spark.Connect.Dotnet/Grpc/GrpcInternal.cs#L376
Converting null literal or possible null value to non-nullable type.
build (Release): src/Spark.Connect.Dotnet/Spark.Connect.Dotnet/Grpc/GrpcInternal.cs#L390
Nullability of reference types in value of type '(StreamingQueryInstanceId? queryId, string? queryName)' doesn't match target type '(StreamingQueryInstanceId, string)'.