Skip to content

Commit 18fbd63

Browse files
author
Bert Vermeiren
committed
Fix COPY TO does not produce an output file for the empty set (improved test to validate schema is correct)
1 parent 373f969 commit 18fbd63

File tree

1 file changed

+1
-1
lines changed
  • datafusion/sqllogictest/test_files

1 file changed

+1
-1
lines changed

datafusion/sqllogictest/test_files/copy.slt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ CREATE EXTERNAL TABLE validate_parquet_single_no_rows STORED AS PARQUET LOCATION
437437

438438
# validate the parquet file contains 0 rows.
439439
query I
440-
SELECT COUNT(*) FROM validate_parquet_single_no_rows;
440+
SELECT count(id) FROM validate_parquet_single_no_rows;
441441
----
442442
0
443443

0 commit comments

Comments
 (0)