feat: respect iox::column_type::field metadata when mapping query #428
codeql-analysis.yml
on: pull_request
CodeQL-Build
2m 32s
Annotations
12 warnings
CodeQL-Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
CodeQL-Build
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
CodeQL-Build:
Client/Internal/RecordBatchConverter.cs#L46
Possible null reference argument for parameter 'value' in 'PointDataValues PointDataValues.SetField(string name, object value)'.
|
CodeQL-Build:
Client/Internal/RecordBatchConverter.cs#L58
Possible null reference argument for parameter 'value' in 'PointDataValues PointDataValues.SetField(string name, object value)'.
|
CodeQL-Build:
Client/Internal/RecordBatchConverter.cs#L62
Converting null literal or possible null value to non-nullable type.
|
CodeQL-Build:
Client/Internal/RecordBatchConverter.cs#L62
Possible null reference argument for parameter 'value' in 'PointDataValues PointDataValues.SetTag(string name, string value)'.
|
CodeQL-Build:
Client/Internal/RecordBatchConverter.cs#L66
Unboxing a possibly null value.
|
CodeQL-Build:
Client/InfluxDBClient.cs#L831
Converting null literal or possible null value to non-nullable type.
|
CodeQL-Build:
Client/Internal/RecordBatchConverter.cs#L46
Possible null reference argument for parameter 'value' in 'PointDataValues PointDataValues.SetField(string name, object value)'.
|
CodeQL-Build:
Client/Internal/RecordBatchConverter.cs#L58
Possible null reference argument for parameter 'value' in 'PointDataValues PointDataValues.SetField(string name, object value)'.
|
CodeQL-Build:
Client/Internal/RecordBatchConverter.cs#L62
Converting null literal or possible null value to non-nullable type.
|
CodeQL-Build:
Client/Internal/RecordBatchConverter.cs#L62
Possible null reference argument for parameter 'value' in 'PointDataValues PointDataValues.SetTag(string name, string value)'.
|