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