nullccxsy commented on code in PR #204: URL: https://github.com/apache/iceberg-cpp/pull/204#discussion_r2314088644
########## src/iceberg/avro/avro_writer.cc: ########## @@ -73,9 +76,22 @@ class AvroWriter::Impl { return {}; } - Status Write(ArrowArray /*data*/) { - // TODO(xiao.dong) convert data and write to avro - // total_bytes_+= written_bytes; Review Comment: how can we total_bytes? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org