paleolimbot commented on code in PR #45459: URL: https://github.com/apache/arrow/pull/45459#discussion_r2007958395
########## cpp/src/parquet/arrow/schema.cc: ########## @@ -243,6 +245,23 @@ static Status GetTimestampMetadata(const ::arrow::TimestampType& type, return Status::OK(); } +Result<std::shared_ptr<const LogicalType>> GeospatialLogicalTypeFromArrow( + const std::string& serialized_data, const ArrowWriterProperties& arrow_properties) { + // Without a JSON parser, we can still handle a few trivial cases Review Comment: I moved all of this logic to `geospatial_util_internal_json.cc`! -- 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