Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cubesql): Implement format and col_description #9072

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Fixes after review

3a1c40e
Select commit
Loading
Failed to load commit list.
Open

feat(cubesql): Implement format and col_description #9072

Fixes after review
3a1c40e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 9, 2025 in 1s

86.94% of diff hit (target 82.84%)

View this Pull Request on Codecov

86.94% of diff hit (target 82.84%)

Annotations

Check warning on line 3100 in rust/cubesql/cubesql/src/compile/engine/udf/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L3097-L3100

Added lines #L3097 - L3100 were not covered by tests

Check warning on line 3205 in rust/cubesql/cubesql/src/compile/engine/udf/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L3203-L3205

Added lines #L3203 - L3205 were not covered by tests

Check warning on line 3212 in rust/cubesql/cubesql/src/compile/engine/udf/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L3210-L3212

Added lines #L3210 - L3212 were not covered by tests

Check warning on line 3221 in rust/cubesql/cubesql/src/compile/engine/udf/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L3220-L3221

Added lines #L3220 - L3221 were not covered by tests

Check warning on line 3241 in rust/cubesql/cubesql/src/compile/engine/udf/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L3239-L3241

Added lines #L3239 - L3241 were not covered by tests

Check warning on line 3252 in rust/cubesql/cubesql/src/compile/engine/udf/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L3249-L3252

Added lines #L3249 - L3252 were not covered by tests

Check warning on line 3267 in rust/cubesql/cubesql/src/compile/engine/udf/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L3258-L3267

Added lines #L3258 - L3267 were not covered by tests

Check warning on line 3283 in rust/cubesql/cubesql/src/compile/engine/udf/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L3282-L3283

Added lines #L3282 - L3283 were not covered by tests

Check warning on line 3289 in rust/cubesql/cubesql/src/compile/engine/udf/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L3286-L3289

Added lines #L3286 - L3289 were not covered by tests