Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
rfdavid committed Jun 6, 2023
1 parent 81f03c1 commit 8bfaf67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/test_files/exceptions/catalog/catalog.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-GROUP CatalogErrorTest
-DATASET tinysnb
-DATASET CSV tinysnb

--

Expand Down
2 changes: 1 addition & 1 deletion test/test_files/exceptions/parser/parse_type.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-GROUP SyntaxErrorTest
-DATASET dummy
-DATASET CSV dummy

--

Expand Down
2 changes: 1 addition & 1 deletion test/test_files/exceptions/parser/syntax_error.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-GROUP SyntaxErrorTest
-DATASET dummy
-DATASET CSV dummy

--

Expand Down
2 changes: 1 addition & 1 deletion test/test_runner/csv_to_parquet_converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void CSVToParquetConverter::copySchema(
FileUtils::joinPath(parquetDatasetPath, std::string(TestHelper::SCHEMA_FILE_NAME));
FileUtils::copyFile(FileUtils::joinPath(csvDatasetPath, "schema.cypher"),
FileUtils::joinPath(parquetDatasetPath, "schema.cypher"),
std::filesystem::copy_options::skip_existing);
std::filesystem::copy_options::overwrite_existing);
}

CSVToParquetConverter::CopyCommandInfo CSVToParquetConverter::createCopyCommandInfo(
Expand Down

0 comments on commit 8bfaf67

Please sign in to comment.