Skip to content

[query] error when sampling an entries table #14303

@patrick-schultz

Description

@patrick-schultz

What happened?

mt = hl.utils.range_matrix_table(10, 10)
ht = mt.entries()
ht = ht.sample(0.5)
ht._force_count()

throws a is.hail.utils.HailException: expected non-missing from inside generated code.

Version

0.2.127

Relevant log output

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions