Skip to content

Commit

Permalink
refactor: Remove the deprecated subfield filter definitions (#12206)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #12206

Reviewed By: zation99

Differential Revision: D68865512

fbshipit-source-id: 78375a4376dd72d19fb60ec78dd1905806f662a2
  • Loading branch information
xiaoxmeng authored and facebook-github-bot committed Jan 30, 2025
1 parent 6a05878 commit 5f8e7f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions velox/connectors/hive/HiveConnectorUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ class HiveTableHandle;
class HiveConfig;
struct HiveConnectorSplit;

#ifdef VELOX_ENABLE_BACKWARD_COMPATIBILITY
using SubfieldFilters =
std::unordered_map<common::Subfield, std::unique_ptr<common::Filter>>;
#endif

const std::string& getColumnName(const common::Subfield& subfield);

void checkColumnNameLowerCase(const std::shared_ptr<const Type>& type);
Expand Down

0 comments on commit 5f8e7f1

Please sign in to comment.