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

Freezing on Begin Transaction #49

Closed
cbusseata opened this issue Sep 16, 2022 · 1 comment · Fixed by #57
Closed

Freezing on Begin Transaction #49

cbusseata opened this issue Sep 16, 2022 · 1 comment · Fixed by #57

Comments

@cbusseata
Copy link

cbusseata commented Sep 16, 2022

Example POST to /bigquery/v2/projects/{project-id}/jobs

{
    "configuration": {
        "query": {
            "defaultDataset": {
                "datasetId": "<my dataset ID>"
            },
            "query": "begin transaction;",
            "useLegacySql": false,
            "useQueryCache": true,
            "scriptOptions.keyResultStatement": "FIRST_SELECT"
        }
    },
    "jobReference": {
        "jobId": "SimbaJDBC_Job_12312312312313"
    }
}

This is a query originating from a spring JPA Repository using the Simba Bigquery Driver. The emulator never responds to this request and from that point forward can't respond to other requests, and I have to kill it and restart.

@goccy
Copy link
Owner

goccy commented Oct 8, 2022

Thank you for reporting ! I fixed this problem with v0.1.16

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 a pull request may close this issue.

2 participants