Skip to content

Commit a932c74

Browse files
committed
revert unchanged files
1 parent a68ddbb commit a932c74

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

datafusion/sqllogictest/test_files/limit.slt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,4 +871,4 @@ DROP TABLE test_limit_with_partitions;
871871

872872
# Tear down src_table table:
873873
statement ok
874-
DROP TABLE src_table;
874+
DROP TABLE src_table;

datafusion/sqllogictest/test_files/limit_single_row_batches.slt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ SELECT COUNT(*) FROM (SELECT i FROM filter_limit WHERE i <> 0 LIMIT 1);
1919
1
2020

2121
statement ok
22-
DROP TABLE filter_limit;
22+
DROP TABLE filter_limit;

0 commit comments

Comments
 (0)