-
Notifications
You must be signed in to change notification settings - Fork 28
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
SNOW-692968: Async queries support #787
Open
sfc-gh-ext-simba-nl
wants to merge
22
commits into
master
Choose a base branch
from
SNOW-692968-async-queries-support
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+697
−98
Open
Changes from 13 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
763153f
Add async query support
sfc-gh-ext-simba-nl 974613b
Add async test file
sfc-gh-ext-simba-nl a2f2701
Fix linux build by including unistd.h
sfc-gh-ext-simba-nl 3829b60
Remove unnecessary test
sfc-gh-ext-simba-nl d947159
Add query status to C API, refactor some query parameters, move getti…
sfc-gh-ext-simba-nl 8ab3758
Fix typo
sfc-gh-ext-simba-nl 43c5653
Fix typo
sfc-gh-ext-simba-nl 76ac1f1
Add more test cases, fix async fetching bugs
sfc-gh-ext-simba-nl c4fa76d
Fix bug with normal queries that go async after a while
sfc-gh-ext-simba-nl 387a59f
fix typo
sfc-gh-ext-simba-nl cb067ec
Remove status check from fake table
sfc-gh-ext-simba-nl 6cd5c78
Merge branch 'master' into SNOW-692968-async-queries-support
sfc-gh-ext-simba-nl 582913e
Fix linux warnings
sfc-gh-ext-simba-nl 98cb876
Merge branch 'master' into SNOW-692968-async-queries-support
sfc-gh-jszczerbinski d3b94a0
Merge branch 'master' into SNOW-692968-async-queries-support
sfc-gh-ext-simba-nl f84fc25
Improve error handling and logging
sfc-gh-ext-simba-nl 97531c8
Merge branch 'SNOW-692968-async-queries-support' of https://github.co…
sfc-gh-ext-simba-nl f32ada0
Merge branch 'master' into SNOW-692968-async-queries-support
sfc-gh-ext-simba-nl 942ae0a
Fix memory issues in test cases
sfc-gh-ext-simba-nl ed33af6
Merge branch 'master' into SNOW-692968-async-queries-support
sfc-gh-ext-simba-nl 75e6565
organize enums, add test
sfc-gh-ext-simba-nl 9e457ae
Lower the rowcount for the test
sfc-gh-ext-simba-nl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,6 +142,9 @@ void STDCALL sf_memory_error_handler(); | |
// this should be called by application before any calls of sfclient | ||
void STDCALL sf_exception_on_memory_failure(); | ||
|
||
void STDCALL sf_sleep_ms(int sleep_ms); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should it be in out public api? |
||
|
||
|
||
#ifdef __cplusplus | ||
} | ||
#endif | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
let's sort statuses alphabetically