Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

branch-3.0: [Opt](Serde) optimize serialization to string on variant type #43320

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 6, 2024

Cherry-picked from #43237

1. avoid sanitize type each time serialization one row
2. use type id to compare instead of compare type name

![image](https://github.com/user-attachments/assets/ad056c73-8a50-49c9-a670-4750b9609675)

`select count(cast(payload["issue"] as string))  from gharchive`

before 101s
after 15s
@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@doris-robot
Copy link

run buildall

1 similar comment
@eldenmoon
Copy link
Member

run buildall

@dataroaring dataroaring closed this Nov 7, 2024
@dataroaring dataroaring reopened this Nov 7, 2024
@eldenmoon eldenmoon merged commit 70e555e into branch-3.0 Nov 7, 2024
20 of 23 checks passed
@dataroaring dataroaring deleted the auto-pick-43237-branch-3.0 branch December 27, 2024 07:13
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.

3 participants