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

Fix throwing exception on remote incomplete queries with aggregates. #4798

Merged
merged 1 commit into from Mar 9, 2024

Conversation

teo-tsirpanis
Copy link
Member

SC-42786

Validated with a locally built REST server.

Before: [TileDB::REST] Error: Error submitting query to REST; server returned no data. Curl error: Error in libcurl POST operation: libcurl error message 'CURLE_OK'; HTTP code 400; server response data '{"code":2208,"message":"Error serializing query: C API: unknown exception type; no further information","request_id":"a0f026a8-8507-4c54-b592-5166c7d4f0b6"}'.

After: [TileDB::REST] Error: Error submitting query to REST; server returned no data. Curl error: Error in libcurl POST operation: libcurl error message 'CURLE_OK'; HTTP code 400; server response data '{"code":2208,"message":"Error serializing query: [TileDB::Serialization] Error: Cannot serialize; exception: [TileDB::Serialization] Error: Aggregates are not currently supported in incomplete remote queries","request_id":"c6638565-d80d-4c0c-88a6-52c1a748df1a"}'.


TYPE: BUG
DESC: Provide a clear exception message when performing remote incomplete queries with aggregates

Copy link

@ihnorton ihnorton requested a review from ypatia March 8, 2024 13:38
@KiterLuc KiterLuc merged commit c0be5c8 into dev Mar 9, 2024
58 checks passed
@KiterLuc KiterLuc deleted the teo/incomplete-aggregates-error-fix branch March 9, 2024 09:07
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

Successfully merging this pull request may close these issues.

None yet

2 participants