Title: fix: Update the deprecated functions in Go feature server. by shuchu · Pull Request #5632 · feast-dev/feast · GitHub
Open Graph Title: fix: Update the deprecated functions in Go feature server. by shuchu · Pull Request #5632 · feast-dev/feast
X Title: fix: Update the deprecated functions in Go feature server. by shuchu · Pull Request #5632 · feast-dev/feast
Description: What this PR does / why we need it: Updated few deprecated functions and libraries. Which issue(s) this PR fixes: Fix #5623 Misc (feast) shuchu@shuchu-win:~/feast$ make test-go python infra/scripts/generate_protos.py Writing mypy to feast/core/Aggregation_pb2.pyi Writing mypy to feast/core/Permission_pb2.pyi Writing mypy to feast/core/DataFormat_pb2.pyi Writing mypy to feast/core/Transformation_pb2.pyi Writing mypy to feast/core/StreamFeatureView_pb2.pyi Writing mypy to feast/core/FeatureView_pb2.pyi Writing mypy to feast/core/InfraObject_pb2.pyi Writing mypy to feast/core/Project_pb2.pyi Writing mypy to feast/core/FeatureTable_pb2.pyi Writing mypy to feast/core/Policy_pb2.pyi Writing mypy to feast/core/DatastoreTable_pb2.pyi Writing mypy to feast/core/OnDemandFeatureView_pb2.pyi Writing mypy to feast/core/SqliteTable_pb2.pyi Writing mypy to feast/core/SavedDataset_pb2.pyi Writing mypy to feast/core/Entity_pb2.pyi Writing mypy to feast/core/FeatureService_pb2.pyi Writing mypy to feast/core/Feature_pb2.pyi Writing mypy to feast/core/ValidationProfile_pb2.pyi Writing mypy to feast/core/DataSource_pb2.pyi Writing mypy to feast/core/Registry_pb2.pyi Writing mypy to feast/core/FeatureViewProjection_pb2.pyi Writing mypy to feast/core/Store_pb2.pyi Writing mypy to feast/registry/RegistryServer_pb2.pyi Writing mypy to feast/serving/ServingService_pb2.pyi Writing mypy to feast/serving/GrpcServer_pb2.pyi Writing mypy to feast/serving/Connector_pb2.pyi Writing mypy to feast/serving/TransformationService_pb2.pyi Writing mypy to feast/types/Field_pb2.pyi Writing mypy to feast/types/Value_pb2.pyi Writing mypy to feast/types/EntityKey_pb2.pyi Writing mypy to feast/storage/Redis_pb2.pyi unzip -u /home/shuchu/feast/tools/protoc-30.2-linux-x86_64.zip -d /home/shuchu/feast/tools Archive: /home/shuchu/feast/tools/protoc-30.2-linux-x86_64.zip go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0 go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0 mkdir -p /home/shuchu/feast/go/protos protoc --proto_path=/home/shuchu/feast/protos --go_out=/home/shuchu/feast/go/protos --go_opt=module=github.com/feast-dev/feast/go/protos --go-grpc_out=/home/shuchu/feast/go/protos --go-grpc_opt=module=github.com/feast-dev/feast/go/protos /home/shuchu/feast/protos/feast/core/*.proto; protoc --proto_path=/home/shuchu/feast/protos --go_out=/home/shuchu/feast/go/protos --go_opt=module=github.com/feast-dev/feast/go/protos --go-grpc_out=/home/shuchu/feast/go/protos --go-grpc_opt=module=github.com/feast-dev/feast/go/protos /home/shuchu/feast/protos/feast/registry/*.proto; protoc --proto_path=/home/shuchu/feast/protos --go_out=/home/shuchu/feast/go/protos --go_opt=module=github.com/feast-dev/feast/go/protos --go-grpc_out=/home/shuchu/feast/go/protos --go-grpc_opt=module=github.com/feast-dev/feast/go/protos /home/shuchu/feast/protos/feast/serving/*.proto; protoc --proto_path=/home/shuchu/feast/protos --go_out=/home/shuchu/feast/go/protos --go_opt=module=github.com/feast-dev/feast/go/protos --go-grpc_out=/home/shuchu/feast/go/protos --go-grpc_opt=module=github.com/feast-dev/feast/go/protos /home/shuchu/feast/protos/feast/types/*.proto; protoc --proto_path=/home/shuchu/feast/protos --go_out=/home/shuchu/feast/go/protos --go_opt=module=github.com/feast-dev/feast/go/protos --go-grpc_out=/home/shuchu/feast/go/protos --go-grpc_opt=module=github.com/feast-dev/feast/go/protos /home/shuchu/feast/protos/feast/storage/*.proto; true go install golang.org/x/tools/cmd/goimports uv pip install "pybindgen==0.22.1" "grpcio-tools>=1.56.2,<2" "mypy-protobuf>=3.1" Audited 3 packages in 2ms uv pip install -e "." Resolved 65 packages in 2.02s Built feast @ file:///home/shuchu/feast Prepared 1 package in 1.96s Uninstalled 1 package in 0.64ms Installed 1 package in 2ms ~ feast==0.53.1.dev15+g5ab18a6a2.d20250923 (from file:///home/shuchu/feast) /home/shuchu/feast/tools/bin:/home/shuchu/feast/.venv/bin:/home/shuchu/.vscodium-server/bin/b18126fb99b60533fc069575d08d72758cd90fed/bin/remote-cli:/home/shuchu/.local/bin:/home/shuchu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files/NVIDIA Corporation/NVIDIA App/NvDLISR:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/Program Files/RedHat/Podman/:/mnt/c/Users/shuch/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/shuch/AppData/Local/Programs/VSCodium/bin CGO_ENABLED=1 go test -coverprofile=coverage.out ./... && go tool cover -html=coverage.out -o coverage.html ok github.com/feast-dev/feast/go 0.023s coverage: 3.8% of statements github.com/feast-dev/feast/go/embedded coverage: 0.0% of statements ok github.com/feast-dev/feast/go/internal/feast 5.725s coverage: 53.9% of statements github.com/feast-dev/feast/go/internal/feast/model coverage: 0.0% of statements ok github.com/feast-dev/feast/go/internal/feast/onlineserving 0.030s coverage: 49.1% of statements ok github.com/feast-dev/feast/go/internal/feast/onlinestore 16.426s coverage: 44.0% of statements ok github.com/feast-dev/feast/go/internal/feast/registry 0.030s coverage: 28.7% of statements ok github.com/feast-dev/feast/go/internal/feast/server 17.069s coverage: 29.6% of statements ok github.com/feast-dev/feast/go/internal/feast/server/logging 0.141s coverage: 62.3% of statements github.com/feast-dev/feast/go/internal/feast/transformation coverage: 0.0% of statements github.com/feast-dev/feast/go/internal/test coverage: 0.0% of statements github.com/feast-dev/feast/go/protos/feast/core coverage: 0.0% of statements github.com/feast-dev/feast/go/protos/feast/registry coverage: 0.0% of statements github.com/feast-dev/feast/go/protos/feast/serving coverage: 0.0% of statements github.com/feast-dev/feast/go/protos/feast/storage coverage: 0.0% of statements github.com/feast-dev/feast/go/protos/feast/types coverage: 0.0% of statements ok github.com/feast-dev/feast/go/types 0.010s coverage: 86.1% of statements
Open Graph Description: What this PR does / why we need it: Updated few deprecated functions and libraries. Which issue(s) this PR fixes: Fix #5623 Misc (feast) shuchu@shuchu-win:~/feast$ make test-go python infra/scripts...
X Description: What this PR does / why we need it: Updated few deprecated functions and libraries. Which issue(s) this PR fixes: Fix #5623 Misc (feast) shuchu@shuchu-win:~/feast$ make test-go python infra/scripts...
Opengraph URL: https://github.com/feast-dev/feast/pull/5632
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:54ecf2a4-8510-d15b-6f37-117c73ecbcf5 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | E3C6:56F73:829A4CD:AD70511:696E0431 |
| html-safe-nonce | ffe0ce2f9c702c065533b741ec7abd08617cc37e48dc8bfd21e46c23b1221c58 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFM0M2OjU2RjczOjgyOUE0Q0Q6QUQ3MDUxMTo2OTZFMDQzMSIsInZpc2l0b3JfaWQiOiI1OTE3ODc3OTcyNTQxMjQ0NDY1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | b6750955d4d752710f59c2faab2b1c3eeeba6381836b968628c5f504218eba23 |
| hovercard-subject-tag | pull_request:2858867299 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/feast-dev/feast/pull/5632/files |
| twitter:image | https://avatars.githubusercontent.com/u/1526323?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/u/1526323?s=400&v=4 |
| og:image:alt | What this PR does / why we need it: Updated few deprecated functions and libraries. Which issue(s) this PR fixes: Fix #5623 Misc (feast) shuchu@shuchu-win:~/feast$ make test-go python infra/scripts... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 9b5131b207ddd175abf059a848d5f4302ec0606b02211b989013be49cf08593e |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/feast-dev/feast git https://github.com/feast-dev/feast.git |
| octolytics-dimension-user_id | 57027613 |
| octolytics-dimension-user_login | feast-dev |
| octolytics-dimension-repository_id | 161133770 |
| octolytics-dimension-repository_nwo | feast-dev/feast |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 161133770 |
| octolytics-dimension-repository_network_root_nwo | feast-dev/feast |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | f8590a63bfc8093b241930ca57d536c9a50f9680 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width