Aitozi commented on code in PR #51:
URL: https://github.com/apache/paimon-rust/pull/51#discussion_r1718261231


##########
crates/paimon/Cargo.toml:
##########
@@ -26,8 +26,19 @@ edition.workspace = true
 license.workspace = true
 version.workspace = true
 
+[features]
+default = ["storage-memory", "storage-fs"]
+storage-all = ["storage-memory", "storage-fs"]
+
+storage-memory = ["opendal/services-memory"]

Review Comment:
   I'm OK keeping temporarily



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to