Skip to content

Commit

Permalink
clean comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ray6080 committed Jul 18, 2023
1 parent bc76923 commit 9d553ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/processor/operator/copy/copy_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ void CopyNode::populatePKIndex(InMemColumnChunk* chunk, InMemOverflowFile* overf
throw CopyException(
StringUtils::string_format("NULL found around L{} in file {} violates the non-null "
"constraint of the primary key column.",
// Plus 1 to pad row idx to the line number.
(startRowIdxInFile + posInChunk), filePath));
}
}
Expand Down

0 comments on commit 9d553ed

Please sign in to comment.