Skip to content

Conversation

@kangkaisen
Copy link
Contributor

For #1605

}
_partition_slot_descs.push_back(it->second);
} else {
DCHECK(_t_param.__isset.partition_columns);
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add else if to make it more clear and definite:

} else if (_t_param.__isset.partition_columns) {
xxxx
}

Although without this else if, it still works

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK, update

Copy link
Contributor

@morningman morningman left a comment

Choose a reason for hiding this comment

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

LGTM

@morningman morningman merged commit f4ad238 into apache:master Aug 8, 2019
swjtu-zhanglei pushed a commit to swjtu-zhanglei/incubator-doris that referenced this pull request Jul 25, 2023
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