This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 96a21810f chore: remove dead project openval (#6604)
96a21810f is described below

commit 96a21810f28ef2cc2294b9ddf80e59d7739951cf
Author: Xuanwo <[email protected]>
AuthorDate: Tue Sep 30 22:02:30 2025 +0800

    chore: remove dead project openval (#6604)
    
    Signed-off-by: Xuanwo <[email protected]>
---
 adapters/openval/Cargo.lock |  7 -------
 adapters/openval/Cargo.toml | 29 -----------------------------
 adapters/openval/src/lib.rs | 16 ----------------
 3 files changed, 52 deletions(-)

diff --git a/adapters/openval/Cargo.lock b/adapters/openval/Cargo.lock
deleted file mode 100644
index 2ccde8910..000000000
--- a/adapters/openval/Cargo.lock
+++ /dev/null
@@ -1,7 +0,0 @@
-# This file is automatically @generated by Cargo.
-# It is not intended for manual editing.
-version = 4
-
-[[package]]
-name = "openval"
-version = "0.0.0"
diff --git a/adapters/openval/Cargo.toml b/adapters/openval/Cargo.toml
deleted file mode 100644
index 69d1831b4..000000000
--- a/adapters/openval/Cargo.toml
+++ /dev/null
@@ -1,29 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-[package]
-description = "Apache OpenDALâ„¢'s OpenVAL: One Layer, All Vectors."
-name = "openval"
-
-authors = ["Apache OpenDAL <[email protected]>"]
-edition = "2024"
-license = "Apache-2.0"
-repository = "https://github.com/apache/opendal";
-rust-version = "1.85"
-version = "0.0.0"
-
-[dependencies]
diff --git a/adapters/openval/src/lib.rs b/adapters/openval/src/lib.rs
deleted file mode 100644
index b248758bc..000000000
--- a/adapters/openval/src/lib.rs
+++ /dev/null
@@ -1,16 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.

Reply via email to