From b78a97f3d261bb686318860af619bf4b65c0932e Mon Sep 17 00:00:00 2001 From: "zhao, zhenhui" Date: Wed, 28 Jun 2023 21:40:24 +0800 Subject: [PATCH] Fix format-check (#334) * format --- velox/dwio/dwrf/test/WriterFlushTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velox/dwio/dwrf/test/WriterFlushTest.cpp b/velox/dwio/dwrf/test/WriterFlushTest.cpp index 809ed3a0eb8b..e8a0c89aac15 100644 --- a/velox/dwio/dwrf/test/WriterFlushTest.cpp +++ b/velox/dwio/dwrf/test/WriterFlushTest.cpp @@ -140,7 +140,7 @@ class MockMemoryPool : public velox::memory::MemoryPool { /*unused*/) override { VELOX_UNSUPPORTED("freeContiguous unsupported"); } - + bool highUsage() override { VELOX_NYI("{} unsupported", __FUNCTION__); }