Skip to content
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

Get call returns nothing if there is a 'matrix' and an 'in' clause for the key column #170

Closed
LalitLab opened this issue Sep 13, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@LalitLab
Copy link

LalitLab commented Sep 13, 2021

> select * from aws_sns_topic

Time: 5.123295101s
+-------------------------------------------------------------+-------------------+--------------+-------------------------+-----------------------+-----------------------+-------------------+----------+-------
| topic_arn                                                   | display_name      | owner        | subscriptions_confirmed | subscriptions_deleted | subscriptions_pending | kms_master_key_id | tags_src | policy
+-------------------------------------------------------------+-------------------+--------------+-------------------------+-----------------------+-----------------------+-------------------+----------+-------
| arn:aws:sns:us-east-1:013122550996:amplify_codecommit_topic |                   | 013122550996 | 0                       | 0                     | 0                     | <null>            | <null>   | {"Id":
| arn:aws:sns:us-east-1:013122550996:turbot_aws_api_handler   |                   | 013122550996 | 2                       | 0                     | 0                     | <null>            | <null>   | {"Id":
| arn:aws:sns:us-east-1:013122550996:test                     |                   | 013122550996 | 0                       | 0                     | 0                     | alias/aws/sns     | <null>   | {"Id":
| arn:aws:sns:us-east-1:013122550996:cloudwatch-alarms        | cloudwatch-alarms | 013122550996 | 0                       | 0                     | 0                     | <null>            | <null>   | {"Id":
+-------------------------------------------------------------+-------------------+--------------+-------------------------+-----------------------+-----------------------+-------------------+----------+-------


> select * from aws_sns_topic where topic_arn in ('arn:aws:sns:us-east-1:013122550996:amplify_codecommit_topic', 'arn:aws:sns:us-east-1:013122550996:turbot_aws_api_handler')

Time: 13.860665ms
+-----------+--------------+-------+-------------------------+-----------------------+-----------------------+-------------------+----------+--------+------------+-----------------+---------------------------+-
| topic_arn | display_name | owner | subscriptions_confirmed | subscriptions_deleted | subscriptions_pending | kms_master_key_id | tags_src | policy | policy_std | delivery_policy | effective_delivery_policy | 
+-----------+--------------+-------+-------------------------+-----------------------+-----------------------+-------------------+----------+--------+------------+-----------------+---------------------------+-
+-----------+--------------+-------+-------------------------+-----------------------+-----------------------+-------------------+----------+--------+------------+-----------------+---------------------------+-
@LalitLab LalitLab added the bug Something isn't working label Sep 13, 2021
@kaidaguerre kaidaguerre changed the title Get call breaks if the in clause is used on the key column Get call returns nothing if there is a 'matrix' and an 'in' clause for the key column Sep 13, 2021
kaidaguerre added a commit that referenced this issue Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants