morningman commented on a change in pull request #3738: URL: https://github.com/apache/incubator-doris/pull/3738#discussion_r435191500
########## File path: be/src/olap/task/engine_checksum_task.cpp ########## @@ -118,8 +113,10 @@ OLAPStatus EngineChecksumTask::_compute_checksum() { OLAP_LOG_WARNING("fail to read in reader. [res=%d]", res); return res; } - - row_checksum = hash_row(row, row_checksum); + one_checksum = 0; Review comment: `one_checksum = 0;` this line is meaningless. ---------------------------------------------------------------- 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. 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