Re: [PR] [fix](serialize) fix column serialize and deserialize [doris]

2024-12-19 Thread via GitHub
eldenmoon merged PR #45667: URL: https://github.com/apache/doris/pull/45667 -- 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: commits-unsubscr...@doris.ap

Re: [PR] [fix](serialize) fix column serialize and deserialize [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on code in PR #45667: URL: https://github.com/apache/doris/pull/45667#discussion_r1891733266 ## be/src/vec/data_types/serde/data_type_nullable_serde.cpp: ## @@ -393,20 +393,21 @@ Status DataTypeNullableSerDe::read_one_cell_from_json(IColumn& column

Re: [PR] [fix](serialize) fix column serialize and deserialize [doris]

2024-12-19 Thread via GitHub
hello-stephen commented on PR #45667: URL: https://github.com/apache/doris/pull/45667#issuecomment-2553557014 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+pro

[PR] [fix](serialize) fix column serialize and deserialize [doris]

2024-12-19 Thread via GitHub
csun5285 opened a new pull request, #45667: URL: https://github.com/apache/doris/pull/45667 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test