### 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_