Skip to content

Commit 1b6a93c

Browse files
committed
[query] fix TableValue.mapRows ignored branches
1 parent 03cca04 commit 1b6a93c

File tree

5 files changed

+4
-380
lines changed

5 files changed

+4
-380
lines changed

hail/hail/src/is/hail/HailFeatureFlags.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ object HailFeatureFlags {
1616
//
1717
// The default values and envvars here are only used in the Scala tests. In all other
1818
// conditions, Python initializes the flags, see HailContext._initialize_flags in context.py.
19-
("distributed_scan_comb_op", ("HAIL_DEV_DISTRIBUTED_SCAN_COMB_OP" -> null)),
2019
("grouped_aggregate_buffer_size", ("HAIL_GROUPED_AGGREGATE_BUFFER_SIZE" -> "50")),
2120
("index_branching_factor", "HAIL_INDEX_BRANCHING_FACTOR" -> null),
2221
("jvm_bytecode_dump", ("HAIL_DEV_JVM_BYTECODE_DUMP" -> null)),

0 commit comments

Comments
 (0)