cosmastech commented on issue #1310:
URL: 
https://github.com/apache/iceberg-python/issues/1310#issuecomment-2466949191

   Would you recommend something like this:
   
   ```py
   from typing import TYPE_CHECKING
   
   if TYPE_CHECKING and sys.version_info >= (3, 12):
       from typing import override
   else:
       # Define a no-op decorator when TYPE_CHECKING is False
       def override(func):
           return func
   ```


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