wgtmac commented on code in PR #3457: URL: https://github.com/apache/avro/pull/3457#discussion_r2317873905
########## 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: @zjw1111 Could you help split this critical fix into a separate PR if you don't have time to address all comments at this moment? -- 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]
