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

xuanwo pushed a commit to branch refactor-test
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit c2978a86cb4589f153f5ca639d7a46e62be6e735
Author: Xuanwo <[email protected]>
AuthorDate: Tue Oct 17 20:24:56 2023 +0800

    Fix libsql and azdls
    
    Signed-off-by: Xuanwo <[email protected]>
---
 core/src/types/operator/builder.rs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/core/src/types/operator/builder.rs 
b/core/src/types/operator/builder.rs
index f9b70d2e6..e00ce2db8 100644
--- a/core/src/types/operator/builder.rs
+++ b/core/src/types/operator/builder.rs
@@ -157,7 +157,7 @@ impl Operator {
             Scheme::Atomicserver => 
Self::from_map::<services::Atomicserver>(map)?.finish(),
             #[cfg(feature = "services-azblob")]
             Scheme::Azblob => 
Self::from_map::<services::Azblob>(map)?.finish(),
-            #[cfg(feature = "services-Azdls")]
+            #[cfg(feature = "services-azdls")]
             Scheme::Azdls => Self::from_map::<services::Azdls>(map)?.finish(),
             #[cfg(feature = "services-cacache")]
             Scheme::Cacache => 
Self::from_map::<services::Cacache>(map)?.finish(),
@@ -185,6 +185,8 @@ impl Operator {
             Scheme::Ipfs => Self::from_map::<services::Ipfs>(map)?.finish(),
             #[cfg(feature = "services-ipmfs")]
             Scheme::Ipmfs => Self::from_map::<services::Ipmfs>(map)?.finish(),
+            #[cfg(feature = "services-libsql")]
+            Scheme::Libsql => 
Self::from_map::<services::Libsql>(map)?.finish(),
             #[cfg(feature = "services-memcached")]
             Scheme::Memcached => 
Self::from_map::<services::Memcached>(map)?.finish(),
             #[cfg(feature = "services-memory")]

Reply via email to