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


##########
cpp/src/parquet/arrow/schema.cc:
##########
@@ -427,6 +428,13 @@ Status FieldToNode(const std::string& name, const 
std::shared_ptr<Field>& field,
     }
     case ArrowTypeId::EXTENSION: {
       auto ext_type = 
std::static_pointer_cast<::arrow::ExtensionType>(field->type());
+      // Built-in JSON extension is handled differently.
+      if (ext_type->extension_name() == std::string("arrow.json")) {

Review Comment:
   Yes. Are you just noting or proposing a change? :)



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