Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo committed Jun 6, 2023
1 parent 460c85d commit 92e347d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions velox/substrait/tests/Substrait2VeloxPlanConversionTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,9 @@ TEST_F(Substrait2VeloxPlanConversionTest, ifthenTest) {
" -- TableScan[table: hive_table, range filters: "
"[(hd_demo_sk, Filter(IsNotNull, deterministic, null not allowed)),"
" (hd_vehicle_count, BigintRange: [1, 9223372036854775807] no nulls)], "
"remaining filter: (and(or(equalto(ROW[\"hd_buy_potential\"],\">10000\"),"
"equalto(ROW[\"hd_buy_potential\"],\"unknown\")),if(greaterthan(ROW[\"hd_vehicle_count\"],0),"
"greaterthan(divide(cast ROW[\"hd_dep_count\"] as DOUBLE,cast ROW[\"hd_vehicle_count\"] as DOUBLE),1.2))))]"
"remaining filter: (and(or(equalto(\"hd_buy_potential\",\">10000\"),"
"equalto(\"hd_buy_potential\",\"unknown\")),if(greaterthan(\"hd_vehicle_count\",0),"
"greaterthan(divide(cast \"hd_dep_count\" as DOUBLE,cast \"hd_vehicle_count\" as DOUBLE),1.2))))]"
" -> n0_0:BIGINT, n0_1:VARCHAR, n0_2:BIGINT, n0_3:BIGINT\n",
planNode->toString(true, true));
}
Expand Down

0 comments on commit 92e347d

Please sign in to comment.