Skip to content

gh actions

gh actions #48

Triggered via push April 23, 2024 18:34
Status Cancelled
Total duration 2m 3s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 20 warnings
build (Release)
The run was canceled by @GoEddie.
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/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/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/DataFrameNaFunctions.cs#L14
Possible null reference argument for parameter 'how' in 'DataFrame DataFrame.DropNa(string how, int? thresh, params string[] subset)'.
build (Release): src/Spark.Connect.Dotnet/Spark.Connect.Dotnet/Sql/DataFrameNaFunctions.cs#L19
Possible null reference argument for parameter 'how' in 'DataFrame DataFrame.DropNa(string how, int? thresh, params string[] subset)'.
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/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/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/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/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)'.