Copilot commented on code in PR #50850:
URL: https://github.com/apache/arrow/pull/50850#discussion_r3758222169


##########
python/pyarrow/_parquet.pyx:
##########
@@ -1464,6 +1464,8 @@ cdef logical_type_name_from_enum(ParquetLogicalTypeId 
type_):
         ParquetLogicalType_JSON: 'JSON',
         ParquetLogicalType_BSON: 'BSON',
         ParquetLogicalType_UUID: 'UUID',
+        ParquetLogicalType_GEOMETRY: 'GEOMETRY'
+        ParquetLogicalType_GEOGRAPHY: 'GEOGRAPHY',

Review Comment:
   The new entries in the logical type name mapping are missing a comma between 
dict items, which will raise a SyntaxError at import/build time (and prevent 
`ParquetLogicalType.type` from working at all).



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