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

feat: sql fast path impl #509

Merged
merged 25 commits into from Sep 22, 2020

Commits on Jul 9, 2020

  1. 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
    stephaniewang526 committed Jul 9, 2020
    Copy the full SHA
    f6e93cc View commit details
    Browse the repository at this point in the history
  2. 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
    stephaniewang526 committed Jul 9, 2020
    Copy the full SHA
    d8ab960 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Copy the full SHA
    780b836 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Copy the full SHA
    7126437 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    08d6c7e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Copy the full SHA
    31a55ce View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Copy the full SHA
    bcecbb0 View commit details
    Browse the repository at this point in the history
  2. update mock test

    stephaniewang526 committed Jul 16, 2020
    Copy the full SHA
    81937fc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b62b569 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Copy the full SHA
    7225101 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Copy the full SHA
    79bc75f View commit details
    Browse the repository at this point in the history
  2. nit

    stephaniewang526 committed Aug 7, 2020
    Copy the full SHA
    0fcb5b6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2495fbb View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. add maxResult support

    optimization changes
    stephaniewang526 committed Aug 21, 2020
    Copy the full SHA
    7c2ae39 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Merge branch 'master' into sql-client

    # Conflicts:
    #	google-cloud-bigquery/clirr-ignored-differences.xml
    #	google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/spi/v2/BigQueryRpc.java
    #	google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/spi/v2/HttpBigQueryRpc.java
    stephaniewang526 committed Aug 27, 2020
    Copy the full SHA
    293f3e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Copy the full SHA
    187c86e View commit details
    Browse the repository at this point in the history
  2. update code

    Praful Makani committed Sep 3, 2020
    Copy the full SHA
    2862ad8 View commit details
    Browse the repository at this point in the history
  3. 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
    stephaniewang526 committed Sep 3, 2020
    Copy the full SHA
    d8f1229 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f7d73c4 View commit details
    Browse the repository at this point in the history
  5. lint fix

    stephaniewang526 committed Sep 3, 2020
    Copy the full SHA
    fd9dcae View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. feat: add more code cov

    Praful Makani committed Sep 11, 2020
    Copy the full SHA
    0cdf672 View commit details
    Browse the repository at this point in the history
  2. set method back

    stephaniewang526 committed Sep 11, 2020
    Copy the full SHA
    27d1a63 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    23c9008 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. feat: code cove

    Praful Makani committed Sep 15, 2020
    Copy the full SHA
    48397ad View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. add codecov

    stephaniewang526 committed Sep 16, 2020
    Copy the full SHA
    e161cf9 View commit details
    Browse the repository at this point in the history