wgtmac commented on code in PR #3610:
URL: https://github.com/apache/avro/pull/3610#discussion_r2657597028


##########
lang/c++/impl/DataFile.cc:
##########
@@ -47,53 +47,183 @@ using std::array;
 namespace {
 const string AVRO_SCHEMA_KEY("avro.schema");
 const string AVRO_CODEC_KEY("avro.codec");
-const string AVRO_NULL_CODEC("null");
-const string AVRO_DEFLATE_CODEC("deflate");
 
+const size_t minSyncInterval = 32;

Review Comment:
   I think git is mistakenly regarding this line as a new change. IIUC, this is 
number of bytes to check for a new sync marker.



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