Skip to content

Commit c87fc6d

Browse files
committed
Fix ignore of direct table test files.
This is introduced by direct table commits, each time run regress test will get files as below. Untracked files: (use "git add <file>..." to include in what will be committed) expected/directory_table.out expected/directory_table_optimizer.out sql/directory_table.sql Authored-by: Zhang Mingli [email protected]
1 parent 0265c23 commit c87fc6d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/test/regress/expected/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@
5959
/external_table_persistent_error_log.out
6060
/external_table_union_all.out
6161
/external_table_union_all_optimizer.out
62+
/directory_table.out
63+
/directory_table_optimizer.out

src/test/regress/sql/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@
5757
/workfile_mgr_test.sql
5858
/external_table_persistent_error_log.sql
5959
/external_table_union_all.sql
60+
/directory_table.sql

0 commit comments

Comments
 (0)