Skip to content

Commit

Permalink
Fix copy-and-paste in regression test comment (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
japinli authored Mar 26, 2024
1 parent 3194451 commit e54beff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion columnar/src/test/regress/input/columnar_load.source
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ select
-- COPY into compressed table
COPY contestant_compressed FROM '@abs_srcdir@/data/contestants.1.csv' WITH CSV;

-- COPY into uncompressed table from program
-- COPY into compressed table from program
COPY contestant_compressed FROM PROGRAM 'cat @abs_srcdir@/data/contestants.2.csv'
WITH CSV;

Expand Down
2 changes: 1 addition & 1 deletion columnar/src/test/regress/output/columnar_load.source
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ select

-- COPY into compressed table
COPY contestant_compressed FROM '@abs_srcdir@/data/contestants.1.csv' WITH CSV;
-- COPY into uncompressed table from program
-- COPY into compressed table from program
COPY contestant_compressed FROM PROGRAM 'cat @abs_srcdir@/data/contestants.2.csv'
WITH CSV;
select
Expand Down

0 comments on commit e54beff

Please sign in to comment.