Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ CheckNextPageCorrupt
Method
CheckNextPageCorrupt
cpp/src/parquet/reader_test.cc:835–837 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
833
}
834
835
void CheckNextPageCorrupt(PageReader* page_reader) {
836
AssertCrcValidationError([&]() { page_reader->NextPage(); });
837
}
838
839
void AssertCrcValidationError(std::function<void()> func) {
840
EXPECT_THROW_THAT(
Callers
nothing calls this directly
Calls
1
NextPage
Method · 0.45
Tested by
no test coverage detected