EscaperLL commented on PR #67049: URL: https://github.com/apache/doris/pull/67049#issuecomment-5406321873
The retried BE UT failed again before test execution due to the same unrelated master compilation error: be/test/storage/segment/bloom_filter_fpp_writer_test.cpp:157:27: error: no member named 'create_block' in 'doris::TabletSchema' This file is not changed by this PR. The removed API appears to have been replaced by TabletSchema::create_storage_block(). I will rerun BE UT after the master build issue is fixed. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
