Skip to content

Commit e73ed0e

Browse files
committed
fix
1 parent 908ad0d commit e73ed0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

velox/substrait/tests/Substrait2VeloxPlanConversionTest.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,9 @@ TEST_F(Substrait2VeloxPlanConversionTest, ifthenTest) {
309309
" -- TableScan[table: hive_table, range filters: "
310310
"[(hd_demo_sk, Filter(IsNotNull, deterministic, null not allowed)),"
311311
" (hd_vehicle_count, BigintRange: [1, 9223372036854775807] no nulls)], "
312-
"remaining filter: (and(or(equalto(ROW[\"hd_buy_potential\"],\">10000\"),"
313-
"equalto(ROW[\"hd_buy_potential\"],\"unknown\")),if(greaterthan(ROW[\"hd_vehicle_count\"],0),"
314-
"greaterthan(divide(cast ROW[\"hd_dep_count\"] as DOUBLE,cast ROW[\"hd_vehicle_count\"] as DOUBLE),1.2))))]"
312+
"remaining filter: (and(or(equalto(\"hd_buy_potential\",\">10000\"),"
313+
"equalto(\"hd_buy_potential\",\"unknown\")),if(greaterthan(\"hd_vehicle_count\",0),"
314+
"greaterthan(divide(cast \"hd_dep_count\" as DOUBLE,cast \"hd_vehicle_count\" as DOUBLE),1.2))))]"
315315
" -> n0_0:BIGINT, n0_1:VARCHAR, n0_2:BIGINT, n0_3:BIGINT\n",
316316
planNode->toString(true, true));
317317
}

0 commit comments

Comments
 (0)