Skip to content

Commit

Permalink
Added missing new line character at the end of file for src/test/regr…
Browse files Browse the repository at this point in the history
…ess/input/copy.source
  • Loading branch information
whitehawk committed Dec 12, 2023
1 parent 5721ff2 commit 9a50b62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/regress/input/copy.source
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,5 @@ COPY table_test FROM '@abs_srcdir@/data/copy_simple.data' (FILL MISSING FIIELDS)
COPY table_test FROM '@abs_srcdir@/data/copy.csv' (FORMAT csv, FILL MISSING FIELDS);
COPY table_test FROM '@abs_srcdir@/data/copy.csv' (FILL MISSING FIELDS, FORMAT csv);
SELECT * FROM table_test;
DROP TABLE table_test;
DROP TABLE table_test;

0 comments on commit 9a50b62

Please sign in to comment.