Commit 9dbf7b5
[VL][Delta] Remove DV validation that blocks native DV scan handoff
The doValidateInternal() method from upstream was rejecting all DV scans
with 'Deletion vector is not supported in native.' This conflicts with
this branch's purpose of enabling DV support via JVM handoff.
Removed the validation to allow DV scans to proceed through the native
scan path with JVM handoff for DV processing.
This fixes test failures in DeltaInsertIntoSQLByPathSuite where DV scans
were incorrectly falling back to JVM instead of using the handoff feature.1 parent 31b5b0d commit 9dbf7b5
1 file changed
Lines changed: 0 additions & 12 deletions
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | 87 | | |
100 | 88 | | |
101 | 89 | | |
| |||
0 commit comments