mapleFU commented on code in PR #35825:
URL: https://github.com/apache/arrow/pull/35825#discussion_r1242247102
##########
cpp/src/parquet/arrow/arrow_reader_writer_test.cc:
##########
@@ -1342,6 +1354,23 @@ TEST_F(TestUInt32ParquetIO, Parquet_1_0_Compatibility) {
using TestStringParquetIO = TestParquetIO<::arrow::StringType>;
+#if defined(_WIN64) || defined(__x86_64__)
Review Comment:
I guess `use_large_binary_variants` and these flags only happens on 64bits
machines, however would this miss some platforms like arm?
--
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]