You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2023/01/18 10:18:29 UTC

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #16068: [refactor](refactor field) remove unused method

github-actions[bot] commented on code in PR #16068:
URL: https://github.com/apache/doris/pull/16068#discussion_r1073345962


##########
be/test/olap/row_cursor_test.cpp:
##########
@@ -452,125 +372,4 @@ TEST_F(TestRowCursor, FullKeyCmp) {
     EXPECT_GT(compare_row(left, right_gt), 0);

Review Comment:
   warning: use of undeclared identifier 'compare_row' [clang-diagnostic-error]
   ```cpp
       EXPECT_GT(compare_row(left, right_gt), 0);
                 ^
   ```
   



-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org