Skip to content

feat: add respective json_is UDFs for JSON type #19807

feat: add respective json_is UDFs for JSON type

feat: add respective json_is UDFs for JSON type #19807

Triggered via pull request September 11, 2024 15:03
Status Failure
Total duration 4m 45s
Billable time 5m
Artifacts

develop.yml

on: pull_request
Matrix: Build GreptimeDB binary (profile-CI)
Matrix: Build GreptimeDB binaries
Matrix: Check
Matrix: distributed-fuzztest-with-chaos
Matrix: distributed-fuzztest
Matrix: Unstable Fuzz Test
Matrix: Fuzz Test
Matrix: sqlness
Fit to window
Zoom out
Zoom in

Annotations

19 errors
Check (ubuntu-20.04): src/common/function/src/scalars/json/json_is.rs#L134
unused import: `std::sync::Arc`
Check (ubuntu-20.04): src/common/function/src/scalars/json/json_is.rs#L136
unused import: `datatypes::scalars::ScalarVector`
Check (ubuntu-20.04): src/common/function/src/scalars/json/json_is.rs#L137
unused import: `datatypes::vectors::BinaryVector`
Check (ubuntu-20.04)
Process completed with exit code 101.
Check (windows-2022)
The job was canceled because "ubuntu-20_04" failed.
Check (windows-2022)
The operation was canceled.
Build GreptimeDB binary (profile-CI) (ubuntu-20.04)
Process completed with exit code 1.
Build GreptimeDB binaries (ubuntu-20.04)
Process completed with exit code 1.
Clippy: src/common/function/src/scalars/json/json_is.rs#L134
unused import: `std::sync::Arc`
Clippy: src/common/function/src/scalars/json/json_is.rs#L136
unused import: `datatypes::scalars::ScalarVector`
Clippy: src/common/function/src/scalars/json/json_is.rs#L137
unused import: `datatypes::vectors::BinaryVector`
Clippy: src/common/function/src/scalars/json/json_is.rs#L139
unused import: `super::*`
Clippy
Process completed with exit code 2.
coverage: src/common/function/src/scalars/json/json_is.rs#L134
unused import: `std::sync::Arc`
coverage: src/common/function/src/scalars/json/json_is.rs#L136
unused import: `datatypes::scalars::ScalarVector`
coverage: src/common/function/src/scalars/json/json_is.rs#L137
unused import: `datatypes::vectors::BinaryVector`
coverage: src/common/function/src/scalars/json/json_is.rs#L139
unused import: `super::*`
coverage
Process completed with exit code 1.