Skip to content

变量大小写不一致,会报错 #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tcluzhe opened this issue May 6, 2024 · 2 comments
Closed

变量大小写不一致,会报错 #25

tcluzhe opened this issue May 6, 2024 · 2 comments

Comments

@tcluzhe
Copy link

tcluzhe commented May 6, 2024

  File "/usr/local/lib/python3.7/site-packages/Tea/model.py", line 49, in __str__
    s = self.to_map()
  File "/usr/local/lib/python3.7/site-packages/alibabacloud_datalake20200710/models.py", line 12057, in to_map
    result['body'] = self.body.to_map()
  File "/usr/local/lib/python3.7/site-packages/alibabacloud_datalake20200710/models.py", line 12009, in to_map
    result['Table'] = self.table.to_map()
  File "/usr/local/lib/python3.7/site-packages/alibabacloud_datalake20200710/models.py", line 3955, in to_map
    result['Privileges'] = self.privileges.to_map()
  File "/usr/local/lib/python3.7/site-packages/alibabacloud_datalake20200710/models.py", line 765, in to_map
    result['userPrivileges'][k] = l1
KeyError: 'userPrivileges'
@JacksonTian
Copy link

@tcluzhe 我们定位到该问题跟生成器在特别复杂的结构下,有信息丢失,导致大小写不一致。正在组织修复中。

@yndu13
Copy link
Contributor

yndu13 commented Jul 17, 2024

已修复并更新。

@yndu13 yndu13 closed this as completed Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants