Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
manh9203 committed Mar 6, 2024
1 parent af87519 commit fc2de17
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -33,7 +33,7 @@ void CSVToParquetConverter::createTableInfo(std::string schemaFile) {
throw TestException(stringFormat("Error opening file: {}, errno: {}.", schemaFile, errno));
}
// This implementation stays as a temporary solution to create copy statements for rel tables
// In the longer term, we'll switch to table_info once that function can provide everything needed
// We'll switch to use table_info once that function can provide everything needed
// table_info is mentioned in this issue https://github.com/kuzudb/kuzu/issues/2991
std::string line;
while (getline(file, line)) {
Expand Down

0 comments on commit fc2de17

Please sign in to comment.