devillove084 commented on code in PR #51: URL: https://github.com/apache/paimon-rust/pull/51#discussion_r1718259870
########## 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 think this can be kept temporarily and can be deleted in the future if necessary.I will respect any opinions. :) -- 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]
