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

PartiQl for the go sdk #2568

Closed
2 tasks done
hubo123 opened this issue Mar 20, 2024 · 3 comments
Closed
2 tasks done

PartiQl for the go sdk #2568

hubo123 opened this issue Mar 20, 2024 · 3 comments

Comments

@hubo123
Copy link

hubo123 commented Mar 20, 2024

Acknowledgements

Describe the bug

Hi team,

I used PartiQL to select data with golang sdk, and I used contains function

such as "SELECT product_id FROM traffic_logger WHERE uuid='94b0eff8-b8fb-443d-a567-c57a65730277' AND contains(product_id, '1') ". The product_id field type is string.

If product_id field value is "0", we shouldn't return the result, but the go sdk still return it. Can you help me to check it?

Thanks.

Expected Behavior

If the product_id field value is "0", we shouldn't return it.

Current Behavior

We return the result If the field value is "0" and using contains(product_id, '1') where condition to select,

Reproduction Steps

Use this SQl
SELECT product_id FROM traffic_logger WHERE uuid='94b0eff8-b8fb-443d-a567-c57a65730277' AND contains(product_id, '1')

Possible Solution

No response

Additional Information/Context

No response

AWS Go SDK V2 Module Versions Used

Use go sdk v2

Compiler and Version used

v2

Operating System and version

windows

@hubo123 hubo123 added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Mar 20, 2024
@lucix-aws lucix-aws removed bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Mar 20, 2024
@lucix-aws
Copy link
Contributor

The Go SDK team is not familiar with the PartiQI software described in the issue, this isn't something we can assist with.

@lucix-aws lucix-aws closed this as not planned Won't fix, can't repro, duplicate, stale Mar 20, 2024
Copy link

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

@hubo123
Copy link
Author

hubo123 commented Mar 21, 2024

The Go SDK team is not familiar with the PartiQI software described in the issue, this isn't something we can assist with.

I used go sdk to run sql, why do you say go sdk team is not familar with the dyanamodb partiql?

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

2 participants