Skip to content

DH-14483 Go to value skips valid rows #1156

@mofojed

Description

@mofojed

Referencing JIRA DH-14483

in code-studio, execute the simple query;

t = emptyTable(1000000).update("A=`a`+ii", "Int=ii")

open the “Go to value” bar. do a search for “A” “Contains” “a2”. while still in the “a2” box, press enter. we would expect the following rows to be selected for each “enter”;

a2
a20
a21
a22
a23
a24
... etc

but it seems that valid matching rows are being skipped

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions