Skip to content

feat: respect iox::column_type::field metadata when mapping query #428

feat: respect iox::column_type::field metadata when mapping query

feat: respect iox::column_type::field metadata when mapping query #428

Triggered via pull request December 17, 2024 08:02
Status Success
Total duration 2m 41s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)'.