Skip to content

Commit

Permalink
migrate uses of legacy namespace folly::io::zlib (#10283)
Browse files Browse the repository at this point in the history
Summary:


Migrate uses of legacy namespace `folly::io::zlib` to `folly::compression::zlib`.

Reviewed By: michalgr, pedroerp, skrueger

Differential Revision: D58821426
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Dec 22, 2024
1 parent e9bb6c1 commit 31a8e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/dwio/dwrf/test/TestDecompression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ using namespace facebook::velox::dwio::common;
using namespace facebook::velox::dwrf;
using namespace facebook::velox::memory;
using namespace facebook::velox;
using namespace folly::io;
using namespace folly::compression;

const std::string simpleFile(getExampleFilePath("simple-file.binary"));

Expand Down

0 comments on commit 31a8e50

Please sign in to comment.