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


##########
lang/c++/impl/DataFile.cc:
##########
@@ -54,7 +54,8 @@ const string AVRO_SNAPPY_CODEC = "snappy";
 #endif
 
 #ifdef ZSTD_CODEC_AVAILABLE
-const string AVRO_ZSTD_CODEC = "zstd";
+const string AVRO_ZSTD_CODEC = "zstandard";
+const string AVRO_ZSTD_CODEC_LEGACY = "zstd";

Review Comment:
   ```suggestion
   ```
   
   I think you are right. Let's remove this. It is safe to do this because it 
has not been released yet.



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