Skip to content

Commit 4997a62

Browse files
committed
Actually comment out sorting as it is not needed.
1 parent a9b5de7 commit 4997a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memory/table_editor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ func (pke *pkTableEditAccumulator) ApplyEdits(ctx *sql.Context) error {
517517

518518
// Cost of synchronizing sorts is pretty hefty, so we're going to bypass that
519519
// for our use case...
520-
pke.table.sortRows()
520+
// pke.table.sortRows()
521521

522522
return nil
523523
}

0 commit comments

Comments
 (0)