Skip to content

Conversation

@eldenmoon
Copy link
Member

Proposed changes

Issue Number: close #xxx

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

@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.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

clang-tidy made some suggestions

variant.insert(field);
}

void DataTypeObjectSerDe::write_column_to_arrow(const IColumn& column, const NullMap* null_map,
Copy link
Contributor

Choose a reason for hiding this comment

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

warning: method 'write_column_to_arrow' can be made static [readability-convert-member-functions-to-static]

Suggested change
void DataTypeObjectSerDe::write_column_to_arrow(const IColumn& column, const NullMap* null_map,
static void DataTypeObjectSerDe::write_column_to_arrow(const IColumn& column, const NullMap* null_map,

be/src/vec/data_types/serde/data_type_object_serde.cpp:100:

-                                                 int end, const cctz::time_zone& ctz) const {
+                                                 int end, const cctz::time_zone& ctz) {

@yiguolei yiguolei merged commit 4524520 into apache:branch-2.1 Mar 26, 2024
@eldenmoon eldenmoon deleted the pick4 branch March 26, 2024 02:50
@yiguolei yiguolei mentioned this pull request Mar 26, 2024
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