Skip to content

Commit 3de8c05

Browse files
authored
remove first assertion for testing
1 parent acd56f5 commit 3de8c05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hail/hail/src/is/hail/expr/ir/TableValue.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,6 @@ case class TableValue(ctx: ExecuteContext, typ: TableType, globals: BroadcastRow
10581058
val newType = typ.copy(rowType = extracted.postAggIR.typ.asInstanceOf[TStruct])
10591059

10601060
if (extracted.aggs.isEmpty) {
1061-
assert(false)
10621061
val (Some(PTypeReferenceSingleCodeType(rTyp)), f) =
10631062
Compile[AsmFunction3RegionLongLongLong](
10641063
ctx,

0 commit comments

Comments
 (0)