Revanth14 commented on code in PR #1239:
URL: https://github.com/apache/iceberg-go/pull/1239#discussion_r3470987610
##########
table/arrow_utils_test.go:
##########
@@ -608,11 +615,6 @@ func TestIcebergGeoTypesToArrowSchema(t *testing.T) {
ice: defaultGeometry,
geoarrowMetaJSON: `{"crs":"epsg:4326"}`,
},
- {
- name: "geometry_epsg_4326_incorrect_type",
Review Comment:
Done. I restored `geometry_epsg_4326_incorrect_type` with the canonical
`OGC:CRS84` expectation and added the sibling
`{"crs":"EPSG:4326","crs_type":"wkt2:2019"}` case to pin the same
canonical-first behavior.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]