zjw1111 commented on code in PR #3457: URL: https://github.com/apache/avro/pull/3457#discussion_r2317958480
########## lang/c++/impl/DataFile.cc: ########## @@ -54,7 +54,7 @@ const string AVRO_SNAPPY_CODEC = "snappy"; #endif #ifdef ZSTD_CODEC_AVAILABLE -const string AVRO_ZSTD_CODEC = "zstd"; +const string AVRO_ZSTD_CODEC = "zstandard"; Review Comment: OK, I will split it into a separate PR. -- 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]
