mapleFU commented on code in PR #45685: URL: https://github.com/apache/arrow/pull/45685#discussion_r1984362991
########## cpp/src/parquet/arrow/reader_internal.cc: ########## @@ -547,7 +563,7 @@ Status TransferBinary(RecordReader* reader, MemoryPool* pool, std::shared_ptr<ChunkedArray>* out) { if (reader->read_dictionary()) { Review Comment: So still when read_dictionary: 1. If writer set dictionary, it uses writers type 2. Otherwise, use int32 dict? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org