Skip to content

Commit 63d14ff

Browse files
Anurag Tryambak RautAnurag Tryambak Raut
authored andcommitted
fix: remove invalid proto cfg gate from HashTableLookupExpr
1 parent 74f61fe commit 63d14ff

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

datafusion/physical-plan/src/joins/hash_join/partitioned_hash_eval.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,6 @@ impl PartialEq for HashTableLookupExpr {
289289

290290
impl Eq for HashTableLookupExpr {}
291291

292-
#[cfg(feature = "proto")]
293-
294292
impl HashTableLookupExpr {
295293
/// Serialize this expression to protobuf.
296294
///

0 commit comments

Comments
 (0)