Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ def ins_grants_check(self):
'orc':'ORC',
'kinghist':'KingHistorian',
'pulsar':'Pulsar',
'pspace':'pSpace',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This dictionary has grown quite large, and the unsorted keys make it difficult to read and maintain. To improve code quality and prevent accidental duplicates, please consider sorting all entries in grant_name_dict alphabetically by key.

'idmp_ts_attr':'TDengine IDMP Time-Series Attributes',
'idmp_nts_attr':'TDengine IDMP Non-Time-Series Attributes',
'idmp_element':'TDengine IDMP Elements',
Expand Down
Loading