-
Notifications
You must be signed in to change notification settings - Fork 33
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
Remove unimplemented syntax #439
Remove unimplemented syntax #439
Conversation
23efc45
to
3b4a57e
Compare
Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
3b4a57e
to
a0f1fd7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the change! Curious how to identify unimplemented ones? maybe add some test?
Some commands had implementation which throws error, so I referred them first. I found some more unimplemented ones, and I verified those syntax fails by running it in test. |
* Remove unimplemented syntax Signed-off-by: Tomoyuki Morita <moritato@amazon.com> * Fix keywordsCanBeId and statsFunctionName Signed-off-by: Tomoyuki Morita <moritato@amazon.com> * Remove describe and show datasources Signed-off-by: Tomoyuki Morita <moritato@amazon.com> * Fix indent Signed-off-by: Tomoyuki Morita <moritato@amazon.com> --------- Signed-off-by: Tomoyuki Morita <moritato@amazon.com> (cherry picked from commit 3e964be) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Remove unimplemented syntax * Fix keywordsCanBeId and statsFunctionName * Remove describe and show datasources * Fix indent --------- (cherry picked from commit 3e964be) Signed-off-by: Tomoyuki Morita <moritato@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.