sjwiesman opened a new pull request #223:
URL: https://github.com/apache/flink-statefun/pull/223


   ```python
   @functions.bind('example/func', [ValueSpec('state', IntType)]
   def my_func(ctx, msg): 
        ctx.storage.sate
   ```
   
   Previous Error: 
   > AttributeError: No attribute sate in type GeneratedAddressedScopedStorage
   
   New Error: 
   
   > AttributeError: 'sate' is not a registered ValueSpec for the function 
'example/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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to