mapleFU commented on code in PR #43760: URL: https://github.com/apache/arrow/pull/43760#discussion_r1734264114
########## cpp/src/arrow/compute/light_array_internal.cc: ########## @@ -323,8 +322,7 @@ Status ResizableArrayData::ResizeFixedLengthBuffers(int num_rows_new) { } Status ResizableArrayData::ResizeVaryingLengthBuffer() { - KeyColumnMetadata column_metadata; - column_metadata = ColumnMetadataFromDataType(data_type_).ValueOrDie(); + KeyColumnMetadata column_metadata = ColumnMetadataFromDataType(data_type_).ValueOrDie(); Review Comment: @pitrou Should I use `column_metadata` and vendor it? Or keep it here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org