rok commented on code in PR #13901:
URL: https://github.com/apache/arrow/pull/13901#discussion_r1752367197


##########
cpp/src/parquet/properties.h:
##########
@@ -941,6 +942,18 @@ class PARQUET_EXPORT ArrowReaderProperties {
     return coerce_int96_timestamp_unit_;
   }
 
+  /// Enable Parquet supported Arrow ExtensionTypes.
+  ///
+  /// When enabled, Parquet will use supported Arrow ExtensionTypes by mapping 
correctly
+  /// mapping them to Arrow types at read time. Currently only 
arrow::extension::json()
+  /// extension type is supported. Columns whose LogicalType is JSON will be 
interpreted
+  /// as arrow::extension::json() ExtensionType with storage type utf8, 
large_utf8 or

Review Comment:
   @wgtmac do you mean cast on read?
   
   edit: I suppose general way @pitrou is proposing would be a prerequisite.



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

Reply via email to