fsttable icon indicating copy to clipboard operation
fsttable copied to clipboard

Row selection unit tests

Open martinblostein opened this issue 7 years ago • 1 comments

Suite of tests consisting of iterated simple row selections and permutations to make sure that the proxy_table updates correctly.

Along these lines:

dt <- data.table(x = 1:10)
ft <-fsttable::fst_table(fst::write_fst(dt, tempfile))
ft[2:6][3:2][1] # expect 4

("Subissue of #4)

martinblostein avatar Apr 05 '18 17:04 martinblostein

Can you provide a reproduction case?

jackc avatar Feb 23 '24 23:02 jackc