Skip to content

Commit

Permalink
Remove InputStream access (#9032)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #9032

# Rationale
This is unnecessary symbol exposure. Let's kill them

Reviewed By: marxhxxx

Differential Revision: D54760620

fbshipit-source-id: c6870b0c0d169ddb7c9a6d04c2ea2285d6743035
  • Loading branch information
Jake Jung authored and facebook-github-bot committed Mar 12, 2024
1 parent b49f909 commit a108c70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion velox/dwio/dwrf/reader/DwrfReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ namespace facebook::velox::dwrf {

using dwio::common::ColumnSelector;
using dwio::common::FileFormat;
using dwio::common::InputStream;
using dwio::common::ReaderOptions;
using dwio::common::ReaderStepState;
using dwio::common::ResultOrActions;
Expand Down
1 change: 0 additions & 1 deletion velox/dwio/dwrf/reader/ReaderBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ namespace facebook::velox::dwrf {

using dwio::common::ColumnStatistics;
using dwio::common::FileFormat;
using dwio::common::InputStream;
using dwio::common::LogType;
using dwio::common::Statistics;
using dwio::common::encryption::DecrypterFactory;
Expand Down

0 comments on commit a108c70

Please sign in to comment.