11 lines
207 B
YAML
11 lines
207 B
YAML
desc: fix type of `limit` and `zip` on streams (#678)
|
|
table_variable_name: tbl
|
|
tests:
|
|
|
|
- rb: tbl.map{|x| x}.limit(1).typeof
|
|
ot: ("STREAM")
|
|
|
|
- rb: r([1]).map{|x| x}.limit(1).typeof
|
|
ot: ("ARRAY")
|
|
|