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

Question: Does BigQuery java SDK support Kotlin coroutines? #3118

Open
therealansh opened this issue Feb 4, 2024 · 1 comment
Open

Question: Does BigQuery java SDK support Kotlin coroutines? #3118

therealansh opened this issue Feb 4, 2024 · 1 comment
Assignees
Labels
api: bigquery Issues related to the googleapis/java-bigquery API.

Comments

@therealansh
Copy link

As the title says, Does BigQuery java sdk reactively hits the query API or not. If not, is there a work around where this support can be added to fetch the data reactively using coroutines or suspend functions?

@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/java-bigquery API. label Feb 4, 2024
@whuffman36 whuffman36 self-assigned this Dec 11, 2024
@whuffman36
Copy link
Contributor

Thanks for the comment. As of now, the BigQuery java sdk does not support Kotlin routines, and as far as I know there are no plans to support that feature (they are different languages after all). There are talks regarding creating a Kotlin sdk for BigQuery, however. Unfortunately I cannot provide an estimate on when or even if the Kotlin sdk will be released. In the meantime, here are a few links that you might find useful:

Calling Kotlin Suspend Functions from Java

Coroutine Implementation in Java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/java-bigquery API.
Projects
None yet
Development

No branches or pull requests

2 participants