diff --git a/cpp/src/arrow_chunk_writer.cc b/cpp/src/arrow_chunk_writer.cc index 8a88e9b72..d6061c3ed 100644 --- a/cpp/src/arrow_chunk_writer.cc +++ b/cpp/src/arrow_chunk_writer.cc @@ -201,8 +201,9 @@ Status VertexPropertyWriter::WriteChunk( auto schema = input_table->schema(); int indice = schema->GetFieldIndex(GeneralParams::kVertexIndexCol); if (indice == -1) { - return Status::Invalid("Column named ", GeneralParams::kVertexIndexCol, - " does not exist in the input table"); + return Status::Invalid("The internal id Column named ", + GeneralParams::kVertexIndexCol, + " does not exist in the input table."); } std::vector indices({indice});