amorynan commented on code in PR #29297: URL: https://github.com/apache/doris/pull/29297#discussion_r1441462591
########## be/src/vec/columns/column.h: ########## @@ -453,6 +453,7 @@ class IColumn : public COW<IColumn> { * For example, if nan_direction_hint == -1 is used by descending sorting, NaNs will be at the end. * * For non Nullable and non floating point types, nan_direction_hint is ignored. + * For array/map/struct types, comparison means equal. Review Comment: This note is not accurate. My actual expression is For array/map/struct types, we compare with nested column element and offsets size -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org