-
Notifications
You must be signed in to change notification settings - Fork 67
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
a table without keys #35
Comments
What do you want to add if there are no keys? You can only have a default action no? Or can you explain a bit more what are you trying to do? |
This is my definition of table. |
But if you have no keys, the only way to make that action to be "executed" is by setting it as default. Thus, |
Thanks for your reply. |
I have a table without keys, and I try to down some entries for it through
sswitch_thrift_API.SimpleSwitchThriftAPI.table_add
.Unfortunately,thrift_API.SwitchInfo.load_json_str
could not load the table. Could you give me some advice? Thanks a lot!The text was updated successfully, but these errors were encountered: