Gerrit0 commented on code in PR #2931:
URL: https://github.com/apache/avro/pull/2931#discussion_r1622603716
##########
lang/c++/test/DataFileTests.cc:
##########
@@ -217,7 +217,7 @@ class DataFileTest {
#endif
void testWriteWithCodec(avro::Codec codec) {
- avro::DataFileWriter<ComplexInteger> df(filename, writerSchema, 100);
+ avro::DataFileWriter<ComplexInteger> df(filename, writerSchema, 100,
codec);
Review Comment:
Look at that! A place where an unused parameter warning actually revealed a
bug in the tests, not always just noise :)
--
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]