Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/java-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.119.0
Choose a base ref
...
head repository: googleapis/java-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.120.0
Choose a head ref
  • 4 commits
  • 21 files changed
  • 4 contributors

Commits on Sep 21, 2020

  1. chore(java): set yoshi-java as default CODEOWNER (#745)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/859d9a97-f544-49af-b5bb-6af06fb6542a/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    
    Source-Link: googleapis/synthtool@80003a3
    yoshi-automation authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    696be52 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.119.1-SNAPSHOT (#746)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    f2ecf15 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. feat: sql fast path impl (#509)

    * feat: sql fast path impl
    
    add QueryJobConfig to QueryRequest logic
    
    high level mode
    
    reset private methods
    
    refactor: modified code
    
    update logic
    add test
    
    refactor: update code and test case
    
    add integration tests
    
    code format
    
    add clir ignore and remove pom file
    
    feat: add more assert
    
    nit update
    
    * add logic for DML and DDL queries
    enable requestId
    add integration tests for fast path multipages query, DML, and DDL queries
    
    fix requestId logic
    
    update QueryRequestInfo and add mock test
    
    add mock test cases for SQL, DML, and DDL
    clean up code
    
    fix IT
    
    add schema test
    
    * update ITs to check table content correctness, update fastquery logic
    
    nit
    
    nit
    
    * add test for bogus query
    
    * add check for idempotent requestId
    
    * update QueryRequestInfo and error handling logic
    
    * add mock test for query JobException
    
    * update mock test
    
    * fix unit tests, nit update
    
    * update exception handling from JobException to BigQueryException
    
    * update based on comments
    
    * nit
    
    * update based on comments
    
    * add maxResult support
    optimization changes
    
    * update code
    
    * add test coverage
    
    to address:
    google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQueryException.java#L69-L71
    Added lines #L69 - L71 were not covered by tests
    
    * lint fix
    
    * feat: add more code cov
    
    * set method back
    
    * feat: code cove
    
    * add codecov
    
    Co-authored-by: Praful Makani <[email protected]>
    stephaniewang526 and Praful Makani authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    64a7d65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7c2b0f View commit details
    Browse the repository at this point in the history
Loading