arthurpassos commented on PR #35825: URL: https://github.com/apache/arrow/pull/35825#issuecomment-1594991189
> > The problem is the following: the expected arrow::array is created as Binary. > > Why could this happens? > What about adding an overload of `RoundTripSingleColumn` to respect `ArrowReaderProperties.use_large_binary_variant()` by converting BinaryArray to LargeBinaryArray as expected? > > BTW, `TEST_F(TestLargeBinaryParquetIO, Basics)` has verified if `ArrowWriterProperties.store_schema()` is set to true, LargeBinaryArray will be used to read from parquet file. In this case, should we ignore `ArrowReaderProperties.use_large_binary_variant()` if the original schema is BinaryType or StringType? I think I have addressed this, can you confirm? -- 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]
