You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (result.error == PrehandleTransformStatus::ErrUpdateSchema)
{
// It will be thrown in `SSTFilesToBlockInputStream`.
// The schema of decoding region data has been updated, need to clear and recreate another stream for writing DTFile(s)
new_region->clearAllData();
if (force_decode)
{
// Can not decode data with `force_decode == true`, must be something wrong
throw Exception(
fmt::format("Force decode failed {}", result.extra_msg),
ErrorCodes::REGION_DATA_SCHEMA_UPDATED);
}
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
https://ci.pingcap.net/blue/organizations/jenkins/tiflash-ghpr-unit-tests/detail/tiflash-ghpr-unit-tests/12407/pipeline/
4. What is your TiFlash version? (Required)
master
The text was updated successfully, but these errors were encountered: