fix(csharp/src/Apache.Arrow.Adbc): Add support to the C Exporter for converting exceptions into AdbcErrors #323
Annotations
10 warnings
Build:
csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L237
Possible null reference return.
|
Build:
csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L378
Possible null reference return.
|
Build:
csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L388
Possible null reference return.
|
Build:
csharp/src/Drivers/BigQuery/BigQueryConnection.cs#L1029
Possible null reference argument for parameter 'client' in 'BigQueryStatement.BigQueryStatement(BigQueryClient client, GoogleCredential credential)'.
|
Build:
csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L712
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L768
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L872
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L862
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Drivers/Apache/Thrift/StreamExtensions.cs#L79
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Drivers/Apache/Thrift/StreamExtensions.cs#L79
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading