From 11fc392ee4549e03af0e0453d5b71729bae641ba Mon Sep 17 00:00:00 2001 From: acezen Date: Wed, 8 Nov 2023 09:46:56 +0800 Subject: [PATCH] format --- cpp/src/arrow_chunk_writer.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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});