Skip to content

feat: introduce catalog api #92

Open
luoyuxia wants to merge 2 commits intoapache:mainfrom
luoyuxia:catalog-api-v1
Open

feat: introduce catalog api #92
luoyuxia wants to merge 2 commits intoapache:mainfrom
luoyuxia:catalog-api-v1

Conversation

@luoyuxia
Copy link
Contributor

No description provided.

options: &mut HashMap<String, String>,
) -> crate::Result<Vec<String>> {
if let Some(pk) = options.remove(PRIMARY_KEY_OPTION) {
if !primary_keys.is_empty() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this affect the the original options? We can work on a clone of options to avoid mutating the original one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants