We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b5de7 commit 4997a62Copy full SHA for 4997a62
memory/table_editor.go
@@ -517,7 +517,7 @@ func (pke *pkTableEditAccumulator) ApplyEdits(ctx *sql.Context) error {
517
518
// Cost of synchronizing sorts is pretty hefty, so we're going to bypass that
519
// for our use case...
520
- pke.table.sortRows()
+ // pke.table.sortRows()
521
522
return nil
523
}
0 commit comments