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

Validate search attributes values in queries to ES #5036

Merged

Conversation

rodrigozhou
Copy link
Contributor

What changed?
Validate search attribute values in the SQL query to ES visibility store

Why?
Better error handling for UX

How did you test it?
Updated unit tests.

Potential risks
No.

Is hotfix candidate?
No.

Comment on lines 206 to 207
case int64:
value = time.Unix(0, v).UTC().Format(time.RFC3339Nano)
Copy link
Member

Choose a reason for hiding this comment

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

is this (treat int as nanoseconds) current behavior?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, this is the default behavior

@rodrigozhou rodrigozhou merged commit f9048f1 into temporalio:main Oct 27, 2023
10 checks passed
@rodrigozhou rodrigozhou deleted the es-validate-query-value-types branch October 27, 2023 21:40
rodrigozhou added a commit that referenced this pull request Oct 30, 2023
<!-- Describe what has changed in this PR -->
**What changed?**
Validate search attribute values in the SQL query to ES visibility store

<!-- Tell your future self why have you made these changes -->
**Why?**
Better error handling for UX

<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
**How did you test it?**
Updated unit tests.

<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
**Potential risks**
No.

<!-- Is this PR a hotfix candidate or require that a notification be
sent to the broader community? (Yes/No) -->
**Is hotfix candidate?**
No.
rodrigozhou added a commit that referenced this pull request Oct 30, 2023
<!-- Describe what has changed in this PR -->
**What changed?**
Validate search attribute values in the SQL query to ES visibility store

<!-- Tell your future self why have you made these changes -->
**Why?**
Better error handling for UX

<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
**How did you test it?**
Updated unit tests.

<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
**Potential risks**
No.

<!-- Is this PR a hotfix candidate or require that a notification be
sent to the broader community? (Yes/No) -->
**Is hotfix candidate?**
No.
rodrigozhou added a commit that referenced this pull request Oct 31, 2023
<!-- Describe what has changed in this PR -->
**What changed?**
Validate search attribute values in the SQL query to ES visibility store

<!-- Tell your future self why have you made these changes -->
**Why?**
Better error handling for UX

<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
**How did you test it?**
Updated unit tests.

<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
**Potential risks**
No.

<!-- Is this PR a hotfix candidate or require that a notification be
sent to the broader community? (Yes/No) -->
**Is hotfix candidate?**
No.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants