WZhuo commented on code in PR #822:
URL: https://github.com/apache/iceberg-cpp/pull/822#discussion_r3536130026


##########
src/iceberg/avro/avro_data_util.cc:
##########
@@ -54,6 +54,22 @@ Status AppendFieldToBuilder(const ::avro::NodePtr& avro_node,
                             const arrow::MetadataColumnContext& 
metadata_context,
                             ::arrow::ArrayBuilder* array_builder);
 
+Status AppendRowLineageValue(int32_t field_id,

Review Comment:
   `AppendRowLineageValue` is defined verbatim in both `avro_data_util.cc:57` 
and `avro_direct_decoder.cc:186` with identical logic. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to