GlareDB / glaredb_next

5 stars 1 forks source link

Re-enable physical sort unit tests #311

Open scsmithr opened 3 weeks ago

scsmithr commented 3 weeks ago

I disabled them since I integrated the batch resizer which changes the expected results (since batches are resized to hit a target).

I didn't want to go in and fix them yet since batch resizing will have a bit more iteration (like having a dedicated operator the we could selectively use in the plan and not have to make changes to the operator)/