kevinjqliu commented on PR #2557:
URL: https://github.com/apache/iceberg-python/pull/2557#issuecomment-3369347886

   ```
   ruff (legacy 
alias)......................................................Failed
   - hook id: ruff
   - exit code: 1
   - files were modified by this hook
   
   F821 Undefined name `IcebergBaseModel`
      --> pyiceberg/expressions/__init__.py:580:41
       |
   580 | class SetPredicate(UnboundPredicate[L], IcebergBaseModel, ABC):
       |                                         ^^^^^^^^^^^^^^^^
   581 |     model_config = ConfigDict(arbitrary_types_allowed=True)
       |
   
   Found 3 errors (2 fixed, 1 remaining).
   ```
   
   perhaps this is an import issue. can you try `make lint` / `make test` 
locally? 


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