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

bigquery: add Determinism to RoutineMetadata #3533

Closed
lightyear15 opened this issue Jan 12, 2021 · 2 comments · Fixed by #3534
Closed

bigquery: add Determinism to RoutineMetadata #3533

lightyear15 opened this issue Jan 12, 2021 · 2 comments · Fixed by #3534
Assignees
Labels
api: bigquery Issues related to the BigQuery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@lightyear15
Copy link

lightyear15 commented Jan 12, 2021

Client
BigQuery
package cloud.google.com/go/bigquery version v1.14.0

Expected behavior
struct RoutineMetadata containing a field to express function determinism, like in package
google.golang.org/api/bigquery/v2
where struct Routine has field DeterminismLevel

Actual behavior
No way to express level of determinism

@lightyear15 lightyear15 added the triage me I really want to be triaged. label Jan 12, 2021
@codyoss codyoss changed the title packagename: short description of bug bigquery: add Determinism to RoutineMetadata Jan 12, 2021
@codyoss codyoss added api: bigquery Issues related to the BigQuery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. and removed triage me I really want to be triaged. labels Jan 12, 2021
@shollyman
Copy link
Contributor

Will add this, but I don't understand the comment around message arrival. Could you elaborate?

shollyman added a commit to shollyman/google-cloud-go that referenced this issue Jan 12, 2021
BigQuery supports javascript UDFs, which allow users to define function
bodies to be executed via javascrtipt.  Allowing users to indicate
determinism level of the UDF helps the query engine make more efficient
choices around aspects like query caching.

Fixes: googleapis#3533
@lightyear15
Copy link
Author

lightyear15 commented Jan 13, 2021

Will add this, but I don't understand the comment around message arrival. Could you elaborate?

Oh sorry,
please ignore it
that was a left over from the issue template 😅

gcf-merge-on-green bot pushed a commit that referenced this issue Jan 14, 2021
…determinism (#3534)

BigQuery supports javascript UDFs, which allow users to define function
bodies to be executed via javascrtipt.  Allowing users to indicate
determinism level of the UDF helps the query engine make more efficient
choices around aspects like query caching.

Fixes: #3533
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 BigQuery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
3 participants