Skip to content

Conversation

@git-hulk
Copy link
Member

This closes #2583.

@git-hulk git-hulk requested a review from PragmaTwice November 10, 2024 15:39
@git-hulk git-hulk marked this pull request as ready for review November 10, 2024 15:39
@git-hulk git-hulk requested review from caipengbo and torwig November 10, 2024 15:40
return rocksdb::Status::OK();
}

rocksdb::Status Json::FromRawString(const std::string &value, JsonValue *result) {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
rocksdb::Status Json::FromRawString(const std::string &value, JsonValue *result) {
rocksdb::Status Json::FromRawString(std::string_view value, JsonValue *result) {

@git-hulk git-hulk force-pushed the feature/support-json-type-in-migration branch from 171e343 to 176e8fd Compare November 11, 2024 12:06
@git-hulk git-hulk requested a review from PragmaTwice November 11, 2024 12:06
@git-hulk git-hulk force-pushed the feature/support-json-type-in-migration branch from 176e8fd to 9a6fab1 Compare November 11, 2024 12:34
caipengbo
caipengbo previously approved these changes Nov 11, 2024
@git-hulk git-hulk force-pushed the feature/support-json-type-in-migration branch from 9a6fab1 to 7feb984 Compare November 11, 2024 13:24
@sonarqubecloud
Copy link

@git-hulk git-hulk merged commit 79f4d52 into apache:unstable Nov 12, 2024
32 checks passed
@git-hulk git-hulk mentioned this pull request May 14, 2025
2 tasks
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.

slot migrate not support json type

3 participants