Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

feat: add support for javascript UDFs determinism level#1094

Merged
gcf-merge-on-green[bot] merged 3 commits intogoogleapis:masterfrom
stephaniewang526:determinism
Feb 9, 2021
Merged

feat: add support for javascript UDFs determinism level#1094
gcf-merge-on-green[bot] merged 3 commits intogoogleapis:masterfrom
stephaniewang526:determinism

Conversation

@stephaniewang526
Copy link
Copy Markdown
Contributor

Fixes #1083

@stephaniewang526 stephaniewang526 requested review from a team and steffnay February 8, 2021 20:06
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 8, 2021
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/java-bigquery API. label Feb 8, 2021
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 8, 2021

Codecov Report

Merging #1094 (92883f9) into master (ef669df) will decrease coverage by 0.00%.
The diff coverage is 77.77%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1094      +/-   ##
============================================
- Coverage     80.18%   80.17%   -0.01%     
- Complexity     1268     1270       +2     
============================================
  Files            79       79              
  Lines          6576     6629      +53     
  Branches        760      766       +6     
============================================
+ Hits           5273     5315      +42     
- Misses          910      916       +6     
- Partials        393      398       +5     
Impacted Files Coverage Δ Complexity Δ
.../java/com/google/cloud/bigquery/JobStatistics.java 89.45% <71.42%> (-1.86%) 16.00 <0.00> (ø)
...c/main/java/com/google/cloud/bigquery/Routine.java 81.81% <100.00%> (+0.68%) 12.00 <0.00> (ø)
...in/java/com/google/cloud/bigquery/RoutineInfo.java 92.48% <100.00%> (+1.42%) 25.00 <1.00> (+2.00)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ef669df...0b6858d. Read the comment docs.

@stephaniewang526 stephaniewang526 added the automerge Merge the pull request once unit tests and other checks pass. label Feb 9, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit cf68d8d into googleapis:master Feb 9, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquery Issues related to the googleapis/java-bigquery API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BigQuery feature: support determinism level for javascript UDFs

2 participants