We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1. CREATE NEW DOC in .query_execution_request_{mys3}, write docId into system.env. 2. Flint-Extension, read system.env. type: streaming state = "running" jobId = “job1” appId = “app1” lastupdateTime = 0
1. CREATE NEW DOC in .query_execution_request_{mys3}, write docId into system.env. 2. Flint-Extension, read system.env. docID = FlintExt.state().docId() if (state == "running") { // occ updateState(indices, docId): { type: streaming state = "running" jobId = “job2” appId = “app2” lastupdateTime = 0 } }
1. CREATE NEW DOC in .query_execution_request_{mys3}, write docId into system.env. 2. Flint-Extension, read system.env. type: streaming state = "running" jobId = “job3” appId = “app3” lastupdateTime = 0
The text was updated successfully, but these errors were encountered:
type: streaming state = "running" jobId = “jobId” appId = “appId” lastupdateTime = 0
Sorry, something went wrong.
Closing. RECOVER command changes will be covered in #57.
dai-chen
No branches or pull requests
The text was updated successfully, but these errors were encountered: