KalleOlaviNiemitalo commented on code in PR #3412:
URL: https://github.com/apache/avro/pull/3412#discussion_r2160080937


##########
lang/c++/include/avro/DataFile.hh:
##########
@@ -306,6 +308,11 @@ public:
      * Return the last synchronization point before our current position.
      */
     int64_t previousSync() const;
+
+    /**
+     * Return avro's metadata
+     */
+    Metadata &metadata() { return metadata_; }

Review Comment:
   Oops no, I didn't notice the `&`.



-- 
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]

Reply via email to