Skip to content

Commit c786df7

Browse files
committed
fix sqllogictest
Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
1 parent a74c3b5 commit c786df7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

datafusion/sqllogictest/test_files/explain.slt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,6 @@ physical_plan
381381
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)))]
382382
--PlaceholderRowExec
383383

384-
# Testing explain on a table with a map filter, registered in test_context.rs.
385-
statement ok
386-
explain select * from table_with_map where int_field > 0
387-
388384
# Explain Struct
389385

390386
query TT

0 commit comments

Comments
 (0)