anjakefala commented on code in PR #36137:
URL: https://github.com/apache/arrow/pull/36137#discussion_r1252273616
##########
cpp/src/parquet/column_writer_test.cc:
##########
@@ -649,7 +649,7 @@ TYPED_TEST(TestPrimitiveWriter,
DictionaryFallbackVersion1_0) {
}
TYPED_TEST(TestPrimitiveWriter, DictionaryFallbackVersion2_0) {
- this->TestDictionaryFallbackEncoding(ParquetVersion::PARQUET_2_4);
+ this->TestDictionaryFallbackEncoding(ParquetVersion::PARQUET_2_6);
Review Comment:
I am working on having the tests cover at least 2.4 and 2.6! I started
something locally, and will push once it successfully builds.
--
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]