Sync stream in ellpack format. (#10374)

This commit is contained in:
Jiaming Yuan 2024-06-04 12:58:26 +08:00 committed by GitHub
parent c4ec64d409
commit 0808e50ae8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,7 @@ class EllpackPageRawFormat : public SparsePageFormat<EllpackPage> {
if (!fi->Read(&impl->base_rowid)) {
return false;
}
dh::DefaultStream().Sync();
return true;
}