Skip to content

Commit

Permalink
fix sqllogictest
Browse files Browse the repository at this point in the history
Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
  • Loading branch information
jayzhan211 committed Jan 7, 2024
1 parent a74c3b5 commit c786df7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions datafusion/sqllogictest/test_files/explain.slt
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,6 @@ physical_plan
ProjectionExec: expr=[[[1, 2, 3], [4, 5, 6]] as make_array(make_array(Int64(1),Int64(2),Int64(3)),make_array(Int64(4),Int64(5),Int64(6)))]
--PlaceholderRowExec

# Testing explain on a table with a map filter, registered in test_context.rs.
statement ok
explain select * from table_with_map where int_field > 0

# Explain Struct

query TT
Expand Down

0 comments on commit c786df7

Please sign in to comment.