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
Referencing JIRA DH-14483
in code-studio, execute the simple query;
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”;
but it seems that valid matching rows are being skipped