010Soham opened a new pull request, #2843: URL: https://github.com/apache/iceberg-python/pull/2843
What changed - Add a client-side validation error when a PyArrow `null` type is used with format version < 3, including the field path and a hint to use a concrete type or format-version 3. - Add a unit test to verify the clear error message when converting a PyArrow schema with a null field. Why - Prevents misleading REST errors like “Cannot parse type string… unknown” and points directly to the offending field. Testing - make lint - uv run pytest tests/catalog/test_base.py -k rejects_null_type -v - make test (timed out at ~42%) Closes #2539 -- 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]
