xunliu commented on PR #5646: URL: https://github.com/apache/gravitino/pull/5646#issuecomment-2516721369
When I use `list` to replace `List`. The `TestLiterals` throw these errors. ``` The error TypeError: 'type' object is not subscriptable occurs because the list type is not subscriptable in Python versions earlier than 3.9. To fix this, you should use List from the typing module instead of list. ``` @tengqm @noidname01 Do you have any suggestions to fix this problem? I rollback this change?? -- 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]
