pitrou commented on code in PR #46678:
URL: https://github.com/apache/arrow/pull/46678#discussion_r2125996023
##########
cpp/src/parquet/properties.h:
##########
@@ -1051,6 +1053,18 @@ class PARQUET_EXPORT ArrowReaderProperties {
/// Return the Arrow binary type to read BYTE_ARRAY columns as.
::arrow::Type::type binary_type() const { return binary_type_; }
+ /// \brief Set the Arrow list type to read Parquet list columns as.
+ ///
+ /// Allowed values are Type::LIST and Type::LARGE_LIST.
Review Comment:
We don't *need* to, as list view is probably less useful than binary view.
Moreover, this would need a specific implementation as the current
`ListReader` constructs offsets explicitly.
--
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]