gabeiglio commented on code in PR #2406:
URL: https://github.com/apache/iceberg-python/pull/2406#discussion_r2319499810


##########
pyiceberg/table/inspect.py:
##########
@@ -612,6 +858,37 @@ def _get_files_from_manifest(
         )
 
     def _get_files_schema(self) -> "pa.Schema":
+        """Build the PyArrow schema for the files metadata table.

Review Comment:
   I think it would be good then to remove the schemas from the docstring since 
it is easy to infer from the code. But I'll tag @sungwy for another opinion on 
this.



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

Reply via email to