Skip to content

fix(cubesql): Break cost symmetry for (non)-push-to-Cube WrappedSelect #19707

fix(cubesql): Break cost symmetry for (non)-push-to-Cube WrappedSelect

fix(cubesql): Break cost symmetry for (non)-push-to-Cube WrappedSelect #19707

Re-run triggered January 31, 2025 12:37
Status Success
Total duration 10m 7s
Artifacts 2

push.yml

on: pull_request
latest-tag-sha
18s
latest-tag-sha
build-cubestore
4m 7s
build-cubestore
Matrix: unit
Matrix: docker-dev
docker-image-latest-set-tag
6s
docker-image-latest-set-tag
Matrix: integration-cubestore
Matrix: integration-smoke
Matrix: integration
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
unit (20.x, 3.11): rust/cubesql/cubesql/src/compile/engine/df/scan.rs#L1132
use of deprecated method `chrono::NaiveDateTime::timestamp_nanos_opt`: use `.and_utc().timestamp_nanos_opt()` instead
unit (20.x, 3.11): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L1672
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (20.x, 3.11): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2319
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (20.x, 3.11): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2327
use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead
unit (20.x, 3.11): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2333
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (20.x, 3.11): rust/cubesql/cubesql/src/compile/rewrite/rules/filters.rs#L4817
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (20.x, 3.11): rust/cubesql/cubesql/src/compile/rewrite/rules/utils.rs#L460
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (22.x, 3.11): rust/cubesql/cubesql/src/compile/engine/df/scan.rs#L1132
use of deprecated method `chrono::NaiveDateTime::timestamp_nanos_opt`: use `.and_utc().timestamp_nanos_opt()` instead
unit (22.x, 3.11): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L1672
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (22.x, 3.11): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2319
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (22.x, 3.11): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2327
use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead
unit (22.x, 3.11): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2333
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (22.x, 3.11): rust/cubesql/cubesql/src/compile/rewrite/rules/filters.rs#L4817
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (22.x, 3.11): rust/cubesql/cubesql/src/compile/rewrite/rules/utils.rs#L460
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
build: rust/cubesql/cubesql/src/compile/engine/df/scan.rs#L1132
use of deprecated method `chrono::NaiveDateTime::timestamp_nanos_opt`: use `.and_utc().timestamp_nanos_opt()` instead
build: rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L1672
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
build: rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2319
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
build: rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2327
use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead
build: rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2333
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
build: rust/cubesql/cubesql/src/compile/rewrite/rules/filters.rs#L4817
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
build: rust/cubesql/cubesql/src/compile/rewrite/rules/utils.rs#L460
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead