Skip to content

Commit

Permalink
[fix](regression-test) fix test_tvf_view_count_p2 regression test (ap…
Browse files Browse the repository at this point in the history
…ache#35216)

coused by: apache#34642

it must set verbose true
  • Loading branch information
BePPPower authored and seawinde committed May 27, 2024
1 parent b550b56 commit c4d8aab
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ suite("test_tvf_view_count_p2", "p2,external,tvf,external_remote,external_remote
"format"="parquet");"""

explain {
"select count(1) from tvf_view_count"
verbose true
sql("select count(1) from tvf_view_count")
contains "SlotDescriptor{id=0,"
notContains "SlotDescriptor{id=1,"
}
Expand Down

0 comments on commit c4d8aab

Please sign in to comment.