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: feast-dev/feast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.4
Choose a base ref
...
head repository: feast-dev/feast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.5
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Dec 23, 2019

  1. Remove alpha v1 from java package name (#387)

    khorshuheng authored and Shu Heng committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    5801e58 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Always set destination table in BigQuery query config in Feast Batch …

    …Serving so it can handle large results (#392)
    
    * Update BQ query config to always set destination table, so that it can work with large results
    Refer to: https://cloud.google.com/bigquery/quotas#query_jobs, maximum reponse-size bullet point.
    
    * Replace prefix for temp table name
    
    * Set expiry on entity rows table
    
    * Include exception message in error description
    GRPC client such as Feast Python SDK will usually not show error cause only error description
    
    * Code cleanup
    
    * Update batch-retrieval e2e test.
    Output rows may not have the same order as requested entity rows
    davidheryanto authored and feast-ci-bot committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    2fcddaa View commit details
    Browse the repository at this point in the history
Loading