Skip to content

Commit

Permalink
fix revert2
Browse files Browse the repository at this point in the history
  • Loading branch information
hubgeter committed Nov 27, 2024
1 parent c022bbb commit 6afbb61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public List<Column> getPartitionColumns(OptionalLong snapshotId) {

@Override
public boolean supportInternalPartitionPruned() {
return getDlaType() == DLAType.HIVE || getDlaType() == DLAType.HUDI;
return getDlaType() == DLAType.HIVE;
}

@Override
Expand Down

0 comments on commit 6afbb61

Please sign in to comment.