Fokko commented on code in PR #1498:
URL: https://github.com/apache/iceberg-python/pull/1498#discussion_r1913227992


##########
pyiceberg/exceptions.py:
##########
@@ -14,6 +14,9 @@
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
+from typing import Any
+
+import pyarrow as pa

Review Comment:
   Oof, for those that use PyIceberg with just `s3fs`, this import will be 
problematic. We should move this into `pyarrow.py`



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to