From 64ca0b435f845d5b4db0828dbf9c54c150bb6033 Mon Sep 17 00:00:00 2001 From: "Lei, HUANG" Date: Fri, 27 Sep 2024 17:35:42 -0700 Subject: [PATCH 1/8] update rust toolchain --- rust-toolchain.toml | 2 +- src/auth/src/user_provider/static_user_provider.rs | 4 ++-- .../system_schema/information_schema/table_names.rs | 2 +- .../src/system_schema/pg_catalog/pg_namespace.rs | 6 +++--- src/cmd/src/lib.rs | 1 + src/common/base/src/secrets.rs | 5 +++-- src/common/catalog/src/consts.rs | 5 +++-- src/common/greptimedb-telemetry/src/lib.rs | 1 + src/common/macro/src/lib.rs | 11 +++++++---- src/common/meta/src/cluster.rs | 1 + src/common/meta/src/key/flow/flow_name.rs | 2 +- src/common/recordbatch/src/recordbatch.rs | 2 +- src/common/time/src/interval.rs | 1 + src/datatypes/src/types/cast.rs | 4 ++-- src/datatypes/src/types/primitive_type.rs | 7 ++++--- src/datatypes/src/vectors/list.rs | 2 +- .../src/inverted_index/search/fst_values_mapper.rs | 4 +++- .../search/index_apply/predicates_apply.rs | 2 +- src/meta-srv/src/lib.rs | 1 - src/mito2/src/config.rs | 2 +- src/mito2/src/read/seq_scan.rs | 2 +- src/mito2/src/sst/parquet/metadata.rs | 6 +++++- src/pipeline/src/etl/processor.rs | 3 ++- src/pipeline/src/manager.rs | 1 + src/promql/src/extension_plan/histogram_fold.rs | 4 +++- src/promql/src/extension_plan/scalar_calculate.rs | 3 ++- src/script/src/python/rspython/vector_impl.rs | 3 ++- src/servers/src/export_metrics.rs | 4 +++- src/servers/src/query_handler.rs | 2 ++ src/sql/src/statements/tql.rs | 1 + src/store-api/src/manifest/action.rs | 5 +++-- src/store-api/src/path_utils.rs | 6 ++++-- src/store-api/src/region_engine.rs | 1 + src/table/src/metadata.rs | 3 ++- src/table/src/stats.rs | 3 ++- 35 files changed, 72 insertions(+), 40 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index cfa276d72fff..4d6b0593a8d5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2024-06-06" +channel = "nightly-2024-09-27" diff --git a/src/auth/src/user_provider/static_user_provider.rs b/src/auth/src/user_provider/static_user_provider.rs index 9e0567121920..24093d5e37fd 100644 --- a/src/auth/src/user_provider/static_user_provider.rs +++ b/src/auth/src/user_provider/static_user_provider.rs @@ -33,7 +33,7 @@ impl StaticUserProvider { value: value.to_string(), msg: "StaticUserProviderOption must be in format `