wgtmac commented on code in PR #46678:
URL: https://github.com/apache/arrow/pull/46678#discussion_r2125263312


##########
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:
   Do we need to support list view?



-- 
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]

Reply via email to